-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on performing file operations #48
Comments
I see that you were on owncloud. I just tested this out on nextcloud's demo server with success:
Hope this helps a year later ;) |
Despite the above, I'm having difficulties with it on my own nextcloud server. I'm going to guess it has something to do with my nginx configuration... but curl works just fine.
That's if I specify
|
Hey All! Both of you are correct.
My solution is --> go into client.py and replace elem2file with:
|
This works for me too. |
Hi,
I exactly followed your guide to connect to my webdav server. Here is my code
I did not have problem so far.
However, when I add another line of code, for example
webdav.ls()
orwebdav.mkdir('adirectory')
, it gives me the following error.Please suggest. Thanks
The text was updated successfully, but these errors were encountered: