We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Deleting a file via an id-based webdav request doesn't work.
DELETE
https://localhost:9200/remote.php/dav/spaces/{fileId}
The file is being deleted. According to #6526 (comment) this should work.
The server responds with 405 Method Not Allowed.
405 Method Not Allowed
The text was updated successfully, but these errors were encountered:
Fixed via cs3org/reva#4771.
Sorry, something went wrong.
JammingBen
No branches or pull requests
Describe the bug
Deleting a file via an id-based webdav request doesn't work.
Steps to reproduce
DELETE
request:https://localhost:9200/remote.php/dav/spaces/{fileId}
Expected behavior
The file is being deleted. According to #6526 (comment) this should work.
Actual behavior
The server responds with
405 Method Not Allowed
.The text was updated successfully, but these errors were encountered: