/klouddav

WebDAV wrapper for various Cloud services

Primary LanguagePythonMIT LicenseMIT

KloudDAV

Virtual WebDAV server for various Cloud services

Supported sites

Module dependency

  • wsgidav
  • ndrive
  • python-dateutil
  • py_lru_cache

Install the above modules first

$ pip install wsgidav ndrive python-dateutil py_lru_cache

Setup site account

Modify account name and password for a site in wsgidav.conf

addShare("ndrive", NdriveProvider("{naver_user}", "{naver_pw}"))

Setup WebDAV password also if needed

addUser("ndrive", "{webdav_user}", "{webdav_pw}"))

Run

$ wsgidav --config=./wsgidav.conf

Check in your browser

http://{server_name}:8080/ndrive

Known Limitation

  • No Write support yet

For more info

Visit wiki for more info

Baidu cloud API is obtained from Kodi bdyun plugin