github.com/cs3org/reva/v2@v2.27.7/changelog/2.1.0_2022-03-29/quota-improvements.md (about) 1 Change: Improve quota handling 2 3 GetQuota now returns 0 when no quota was set instead of the disk size. 4 Also added a new return value for the remaining space which will either be quota - used bytes or if no quota was set the free disk size. 5 6 https://github.com/owncloud/ocis/issues/3233 7 https://github.com/cs3org/reva/pull/2666 8 https://github.com/cs3org/reva/pull/2688