-
Notifications
You must be signed in to change notification settings - Fork 1
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
After accepting a share in OCIS data in the received file cannot be downloaded #208
Comments
This might have a common solution to #205 Fixing this should get at least some scenarios passing in https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareManagement/acceptSharesToSharesFolder.feature |
the problem is that the reva gateway logic was built with folder shares only in mind. It would check if an up / download was targeted at a direct child of a users "/Shares" folder and would immediately deny the request. cs3org/reva#1170 should allow that for files. |
This scenario is failing: https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareManagement/acceptSharesToSharesFolder.feature#L15
https://cloud.drone.io/owncloud/ocis/1488/4/7
See #207 for a different issue - when the share is accepted the share does get created but the response body is empty.
In this issue, the test scenario accepts the share and does not bother to check the response body. It tries to download the received shared file. The download seems to "work" but the file content does not actually come - it seems empty.
The text was updated successfully, but these errors were encountered: