EnterpriseyIntranet / nextcloud-API

NextCloud OCS API for Python
GNU General Public License v3.0
27 stars 27 forks source link

can I operate file by a share url #75

Open joyongzhu opened 1 year ago

joyongzhu commented 1 year ago

I have read the nextcloud-API ,but I can't find any API to upload or
download by a share url.

I can use the API to read a file/folder, and it need user info (password, username)

nextcloud.NextCloud(url, username, password, to_js)  

but I need some api to read a file by share API becouse i haven't username or password.