-
Notifications
You must be signed in to change notification settings - Fork 186
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
DriveItem ID from listSharedWithMe doesn't match with shared resource id #8420
Comments
It's not the
The
The |
Once we have the fix for #8080 (cs3org/reva#4517) merged and bumped in to ocis. We can adjust the sharedWithMe endpoint to return the same ids on the driveItems that are also returned by the PROPFIND on the sharejail root. 🤞 |
The IDs of the driveItems returned by the 'sharedWithMe' endpoint should match the ids returned by the webdav PROPFIND response on the share jail. Fixes: owncloud#8420
The IDs of the driveItems returned by the 'sharedWithMe' endpoint should match the ids returned by the webdav PROPFIND response on the share jail. Fixes: owncloud#8420
The IDs of the driveItems returned by the 'sharedWithMe' endpoint should match the ids returned by the webdav PROPFIND response on the share jail. Fixes: owncloud#8420
The IDs of the driveItems returned by the 'sharedWithMe' endpoint should match the ids returned by the webdav PROPFIND response on the share jail. Fixes: owncloud#8420
The IDs of the driveItems returned by the 'sharedWithMe' endpoint should match the ids returned by the webdav PROPFIND response on the share jail. Fixes: owncloud#8420
Describe the bug
RemoteItemId doesn't match with shared resource id of share drive propfind
Steps to reproduce
einstein
user share foldersharedWithAdmin
admin
user sends listShareWithMe api requestcurl -XGET -uadmin:admin https://localhost:9200/graph/v1beta1/me/drive/sharedWithMe
admin
user send propfind request on share drivecurl -XPROPFIND -uadmin:admin https://localhost:9200/dav/spaces/a0ca6a90-a365-4782-871e-d44447bbc668$a0ca6a90-a365-4782-871e-d44447bbc668
Response
Expected behavior
RemoteItemId should match with shared item id from propfind
Actual behavior
shared item id during propfind is different than listsharedWithme request
<oc:id>a0ca6a90-a365-4782-871e-d44447bbc668$a0ca6a90-a365-4782-871e-d44447bbc668!fd0ef83b-87d2-436d-8951-24dc7f57dc29:4c510ada-c86b-4815-8820-42cdf82c3d51:51191bbe-9b8f-4d70-91ae-7abfa3c9d59b</oc:id>
doesn't matches with
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Need Clarification
The text was updated successfully, but these errors were encountered: