-
Notifications
You must be signed in to change notification settings - Fork 49
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
Doesn't work on nextcloud 20 #170
Comments
While /dav/ is the preferred route in the docs, the webdav route still works with NC20 without tinkering nginx. opening /remote.php/webdav opens Might be, that it is only working because this setting is turned on. |
The code works as following: In https://github.com/jhass/nextcloud-keeweb/blob/master/keeweb/controller/pagecontroller.php#L89 we use I think, when we replace 'webdav' by 'dav' we should be good to go - but I'll have to test this first since Keeweb uses an access token and I don't know yet, if that token also works for 'dav' instead of 'webdav'. |
Using So whatever is wrong, it is not caused by the wrong URL - in fact using Also note the documentation at https://docs.nextcloud.com/server/latest/user_manual/en/files/access_webdav.html#accessing-public-shares-over-webdav is about public shares not protected files using an access token. |
nextcloud 20 path: http://ip:8080/remote.php/dav/
not http://ip:8080/remote.php/webdav/
The text was updated successfully, but these errors were encountered: