github.com/cs3org/reva/v2@v2.27.7/changelog/1.3.0_2020-10-08/appprovider-stat.md (about) 1 Bugfix: Call the gateway stat method from appprovider 2 3 The appprovider service used to directly pass the stat request to the storage 4 provider bypassing the gateway, which resulted in errors while handling share 5 children as they are resolved in the gateway path. 6 7 https://github.com/cs3org/reva/pull/1140