github.com/cs3org/reva/v2@v2.27.7/changelog/1.2.0_2020-08-25/ignore-stray-shares.md (about) 1 Bugfix: Ensure ignoring stray shares 2 3 When using the json shares manager, it can be the case we found a share with a resource_id that no longer exists. This PR aims to address his case by changing the contract of getPath and return the result of the STAT call instead of a generic error, so we can check the cause. 4 5 https://github.com/cs3org/reva/pull/1064