Hi,
We have a client that is currently building a provisioning application, up to Nextcloud, using the OCS apis.
At the moment, he is able to create and manage GroupFolders, but the permissions part is missing.
What i’ve seen is that this seems to be only available via a DAV PROPATCH request or through occ groupdfolders:permissions command.
The DAV PROPPATCH is not very usable, as the path concerned by the PATCH need to include a user, already accessing to the folder from the groupfolders. This means your app need to take in account who is admin on wich groupfolder, identify as this person (not secure) and make the PROPPATCH.
The occ groupfolders:permissions covers the needs by its functionnalities. But it is not accessible through a distant API call.
My question is : is there a plannified task concerning these OCS API routes with groupfolders in the near future ?
Thanks,