Note this change touches ALL categories, however it only impacts File Storage usage.
- Lots of code cleanup and improvements across all categories
- The
Permission
object in File Storage was incorrectly using thePermissionRequest
object for RETRIEVE File and Folder endpoints. The request version of the object does not include theid
,created_at
, ormodified_at
fields given they are automatically generated by Merge. They should be returned however, when gettingPermission
objects.