You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
Describe
Using the
new
WebDAV we can list file versions.Steps to reproduce
Steps to reproduce the behaviour:
uu1
a.txt
with content 'upload version1'a.txt
with content 'upload version2'curl -vks -XPROPFIND -u uu1:password https://localhost:9200/remote.php/dav/meta/{fileid}/v | xmllint --format -
For spaces I tired below endpoint.It return HTTP status code 404
curl -vks -XPROPFIND -u uu1:password https://localhost:9200/remote.php/dav/spaces/{spaceid}meta/{fileid}/v | xmllint --format -
Question
The text was updated successfully, but these errors were encountered: