Virtual WebDAV server for various Cloud services
- bdyun : Baidu Yun
- ndrive : Naver Ndrive
- wsgidav
- ndrive
- python-dateutil
- py_lru_cache
Install the above modules first
$ pip install wsgidav ndrive python-dateutil py_lru_cache
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}"))
$ wsgidav --config=./wsgidav.conf
http://{server_name}:8080/ndrive
- No Write support yet
Visit wiki for more info
Baidu cloud API is obtained from Kodi bdyun plugin