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
using new webdav we can use the trash-bin API.
new
curl -XPROPFIND https://localhost:9200/dav/trash-bin/user1 -H 'Content-Type: application/xml; charset=UTF-8' -H 'Depth:1' -d '<?xml version="1.0"?><d:propfind xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns"><d:prop></d:prop> </d:propfind>' -uuser1:123456 -kv | xmllint --format -
Does spaces webdav implemented for trash-bin API?
spaces
The text was updated successfully, but these errors were encountered:
apiTrashbin
apiWebdavEtagPropagation2
It was implemented here: cs3org/reva#2628 And merged to oCIS here: #3330
Sorry, something went wrong.
No branches or pull requests
Description
using
new
webdav we can use the trash-bin API.Does
spaces
webdav implemented for trash-bin API?The text was updated successfully, but these errors were encountered: