Hello Dropbox team! Amongst most File Storage integrations there's a concept of a Super Admin that has access to all users files/folders (including private/shared) in a drive. To access these folders/files via API most times it consists of enabling the scopes in the app and requesting a specific scope through OAuth2.0.
To be able to do so in Dropbox, would that mean enabling just the Team `team_data.content.read`/`files.team_metadata.write` scopes? When connecting app through OAuth2.0 are there any additional scopes needed to enable access through the API?