-
Notifications
You must be signed in to change notification settings - Fork 197
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
enable archive download by resourceid #2521
Comments
I guess the question here is, who's going to convert the resource id to a path? So far, ocis is mostly routing the request to the archiver service. As such, converting the resource id to a path doesn't seem possible in ocis unless we change the approach. The alternative is that the archiver handles the resource id by itself, converting it to a path if needed. In this case, ocis shouldn't need any change, but reva. |
The case I have in mind is when the resourceid comes from a |
Will be fixed by cs3org/reva#2100 |
Linked PR is merged, archive download by base64 encoded resourceid now works. Closing here. |
As a follow-up of cs3org/reva#2066
The current implementation only handles path based requests.
For the spaces concept we need to be able to download archives that contain a list of resource ids.
The text was updated successfully, but these errors were encountered: