-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Webdav API to access files by fileid #28615
Comments
never mind, that looks more like symlinks. We should do a simple redirect, always, from the proposed endpoint. |
PR here: #28947 |
Hey, this issue has been closed because the label |
still needed, reopening |
Alternative PR, see "Motivation" section for why it is a better approach: #30383 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Have "remote.php/fileids/$fileid" redirect to "remote.php/dav/files/$userid/path/to/file"
It is likely that writing a Sabre plugin for this should be enough, not sure if we need a collection.
If we do write a collection for "fileids", the list of file ids must not be listable as it is global and not by user.
If the file id is not accessible for the current user, return 404 error.
This might be required for some automated tests.
@individual-it @michaelstingl @butonic @DeepDiver1975
The text was updated successfully, but these errors were encountered: