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
{{ message }}
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
We have updated our code, and now we are using the shareManager from OCP\Share\IManager;.
( We were using the shareAPIController from OCA\Files_Sharing\Controller\)
So, with the shareManager we are calling these methods:
By the Interface that manipulates shares on Reva side we know:
GetShare()
: gets the information for a share by the given refGetReceivedShare()
: returns the information for a received share the user has access.So, as I understand the only difference is:
In every case, the user needs to have access to the share, and we get the share by the unique id.
If (this is the only difference):
else :
The text was updated successfully, but these errors were encountered: