nextcloud-API
nextcloud-API copied to clipboard
NextCloud OCS API for Python
hello there my friend Luffah, first of all thank for this awesome nextcloud python handler. i just need to create a share in nextcloud that is not downloadable, and as...
Current available method is called _with_auth
Hi @luffah, I'd like to contribute the new share types introduced in the latest versions of NextCloud. :slightly_smiling_face: This PR is "work in progress", because I still need to write...
I need to open the webview with a link. How can I do it?
Hi there, is there a way how I can reliably test if the connection to my server actually works? The problem is the following: When I use the **wrong** password...
Hi, I might be stupid but i can create users and groups just fine but I can't do that with group folders. Even using parts of the test file for...
I did this: 1. hide download option when updating share 2. remove multi params checking (cause Nextcloud supporting multi params at once) 3. optimize if statement when checking public_upload in...
Interaction with the Trashbin is as simple as sending a regular WebDAV `PROPFIND` to `/remote.php/dav/trashbin/USER/trash` rather than `remote.php/dav/files/USER` ([src](https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/trashbin.html)). As far as I can tell, this would essentially be a...