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
Do a PROPFIND request on the newly uploaded file (e.g. https://localhost:9200/remote.php/dav/public-files/PPqEGcHJCRrjAwn/file.pdf) and note the fileId from the response somewhere
Upload another file to this public link
Do a PROPFIND request on the second uploaded file (e.g. https://localhost:9200/remote.php/dav/public-files/PPqEGcHJCRrjAwn/another_file.pdf) and note the fileId from the response as well
Expected behavior
Those two ids should differ as we have two different files.
Actual behavior
Those two ids are identical. It's probably the id of the shared resource, not of the uploaded file.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
PROPFIND
request on the newly uploaded file (e.g.https://localhost:9200/remote.php/dav/public-files/PPqEGcHJCRrjAwn/file.pdf
) and note the fileId from the response somewherePROPFIND
request on the second uploaded file (e.g.https://localhost:9200/remote.php/dav/public-files/PPqEGcHJCRrjAwn/another_file.pdf
) and note the fileId from the response as wellExpected behavior
Those two ids should differ as we have two different files.
Actual behavior
Those two ids are identical. It's probably the id of the shared resource, not of the uploaded file.
The text was updated successfully, but these errors were encountered: