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
Create a password protected link share of a file (lorem.txt)
Try to download the preview
# with remote.php
curl 'https://localhost:9200/remote.php/dav/public-files/YMYxKFSIDBqROug/lorem.txt?preview=1' \
-u public:strong-pass -vk
# without remote.php
curl 'https://localhost:9200/dav/public-files/YMYxKFSIDBqROug/lorem.txt?preview=1' \
-u public:strong-pass -vk
< HTTP/1.1 404 Not Found
< Content-Type: application/xml; charset=utf-8
...
<d:errorxmlns:d="DAV"xmlns:s="http://sabredav.org/ns">
<s:exception>Sabre\DAV\Exception\NotFound</s:exception>
<s:message>File with name lorem.txt could not be located</s:message>
</d:error>
Steps to reproduce
lorem.txt
)Related issues
The text was updated successfully, but these errors were encountered: