You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create a test-folder for user1, and share it with user2 with the Viewer role
Accept incoming share by user2
As user2, share test-folder from the Shared with me page to user3 with the Viewer role
Expected behaviour
Resharing to another user must succeed and share must be created on the server. curl -kv -XPOST -u uu2:uu2 https://localhost:9200/ocs/v1.php/apps/files_sharing/api/v1/shares -d shareType=0 -d shareWith=uu3 -d path=Shares/simple-folder -d permissions=17
Resharing doesn't work with web+ocis, yet. #7086 Needs to be finalized and merged first. Please wait with further resharing related investigations until that PR is merged. ;-)
Steps to reproduce
test-folder
for user1, and share it with user2 with theViewer
roletest-folder
from theShared with me
page to user3 with theViewer
roleExpected behaviour
Resharing to another user must succeed and share must be created on the server.
curl -kv -XPOST -u uu2:uu2 https://localhost:9200/ocs/v1.php/apps/files_sharing/api/v1/shares -d shareType=0 -d shareWith=uu3 -d path=Shares/simple-folder -d permissions=17
Actual behaviour
It is sending
/
inpath
instead ofpath having the name of folder
when creating reshareIt gives response with
100
status code with<file_target>/Shares</file_target>
, but share is not created on server.Environment general
Operating system: ubuntu
Backend (ownCloud Core or Infinite Scale): OCIS (latest)
The text was updated successfully, but these errors were encountered: