Skip to content
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

NextCloud Destination URI is incorrect #7180

Open
jaimemahaffey opened this issue Dec 7, 2023 · 0 comments
Open

NextCloud Destination URI is incorrect #7180

jaimemahaffey opened this issue Dec 7, 2023 · 0 comments

Comments

@jaimemahaffey
Copy link

NextCloud's WebDAV destination produces a URI with the following format:
"https://<server>/remote.php/webdav/<folder>/<filename>"

Error message:
The remote server returned an error: (409) Conflict.

However, NextCloud expects the URI in the following format:
"https://<server>/remote.php/dav/<folder>/<filename>"

Note that /webdav/ should be /dav/.

This results in a successful upload but returns and no share link. That is perhaps a separate bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant