Hi,
I'm trying to create an app: Full Dropbox – Access to all files and folders in a user's Dropbox.
When I set permissions files.content.read, files.permanent_delete I cannot generate the access token.
Getting error: You must be a team administrator to perform this operation.
When I do genereate tha access token first and then set the permissions, I'm getting the error from API:
{"error_summary": "missing_scope/.", "error": {".tag": "missing_scope", "required_scope": "files.metadata.read"}}
Is there a way to create an full dropbox app with read, delete files permission which will work?
Thanks