-
Notifications
You must be signed in to change notification settings - Fork 184
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
[OCIS-storage] reading a file that a collaborator uploaded is impossible #763
Labels
Comments
same when trying to overwrite such a file, the sharer gets a 403 response |
as sharer trying to |
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -k -u richard:superfluidity -X MKCOL https://localhost:9200/remote.php/dav/files/richard/folder1
curl -k -u richard:superfluidity -X POST https://localhost:9200/ocs/v2.php/apps/files_sharing/api/v1/shares -d 'permissions=31&path=%2Ffolder1&shareType=0&shareWith=einstein' -H "Content-Type: application/x-www-form-urlencoded" | xmllint --format -
curl -k -u einstein:relativity -X POST https://localhost:9200/ocs/v1.php/apps/files_sharing/api/v1/shares/pending/2cb918c7-f7f7-4b3a-96d3-50b2359de165
curl -k -u einstein:relativity -XPUT -d"123" https://localhost:9200/webdav/Shares/folder1/file1.txt
curl -k -u einstein:relativity -XGET https://localhost:9200/webdav/Shares/folder1/file1.txt
=> workscurl -k -u richard:superfluidity -X PROPFIND https://localhost:9200/webdav/folder1 | xmllint --format -
=> file is listedcurl -k -u richard:superfluidity -X GET https://localhost:9200/webdav/folder1/file1.txt -v
=> HTTP 403 ForbiddenOCIS logs:
The text was updated successfully, but these errors were encountered: