github.com/cs3org/reva/v2@v2.27.7/changelog/2.16.0_2023-08-21/fix-insufficient-share-permissions-ocscode.md (about)

     1  Bugfix: Fix ocs status code for not enough permission response
     2  
     3  Request to re-share a resource or update a share by a user who does not have enough permission on the resource returned a 404 status code.
     4  This is fixed and a 403 status code is returned instead.
     5  
     6  https://github.com/cs3org/reva/pull/4086
     7  https://github.com/owncloud/ocis/issues/6670