aiodav
aiodav copied to clipboard
Python Async WebDAV Client
When I'm trying to upload file greater than 20 KB to Nextcloud storage, it is uploaded as an empty file Previously I used webdavclient3 and it worked fine. The problem...
Client.upload was missing await in calls to Client.upload_file and Client.upload_directory
I'm trying to rename a file with aiodav library and I'm getting a 403 error with my WebDAV server. I'm not sure if the WebDAV implementation is to blame or...
I'm getting a 403 error when trying to move (rename) a file on a webdav server and the error isn't saying much. This is what I see: ``` raise ResponseErrorCode(...
I encountered a RemoteParentNotFound error while trying to upload files to Nutstore WebDAV with Python 3.11 and were able to solve the issue by commenting out lines 896-897 in the...
In code there are places with usage f-strings. Then it means that, the first python version the package supports, is **3.6** As for me it would be cool to adapt...
Such as ``` async def list_properties(self, path): pass # return a list of dead property names ```
such as ``` async def delete_property(self, path, property_name): pass ```