Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Sean P.12
9 years agoNew member | Level 2
Know if access_token is for an App Folder or Full Access?
We have a bunch of mixed up authenticated accounts from the past few years in our database, where some were given "Full Access" early on and later it was changed to just using the "App Folder". I...
Greg-DB
Dropbox Community Moderator
9 years ago[Cross-linking for reference: https://stackoverflow.com/questions/40001839/know-if-access-token-is-for-an-app-folder-or-full-access/40004993 ]
axew3
9 years agoCollaborator | Level 8
Hello, i was doing an answer about, but before to start a lonely way to discover how to i've give a search and find out this post: so i take for good that this is the best way to know if an app is Folder App or Full Dropbox:
For future reference, to solve my query I did the following:
Sent an API request to /sharing/get_folder_metadata with a made up shared_folder_id
This will always return an error (unless you somehow managed to pick a shared_folder_id that exists!)
If the error contained a response (which will always be invalid_id) then the access_token has Full Dropbox access
If the error was empty, then the access_token has only App Folder access
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!