You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
pon_athithan
2 years agoExplorer | Level 3
Get third party app scopes
What is the method to retrieve the scope of permissions requested by a third-party app through the Dropbox API when connecting to a Dropbox Business account? Is there a way to access this information programmatically, rather than through the App Console in the web interface?
- Greg-DBDropbox Staff
No, there isn't a way to retrieve the scope information programmatically.
If you're the developer of the app, you can view and configure the scopes for the app on the app's page on the App Console. You can also specify a more specific sub-set of scopes to request programmatically using the 'scope' parameter on /oauth2/authorize (or corresponding SDK method).
If you're a user of the app, you can view the access being requested by the app on the /oauth2/authorize page in your browser when asked to authorize the app.
- pon_athithanExplorer | Level 3
Thank you for your response, currently, I am building an app that accesses the Dropbox business account and does many things, however, I want to retrieve all the connected apps by the members along with the scopes that the app uses. I am able to retrieve all the apps but the object doesn't contain any information about the scope. I found that Dropbox has a private API to show the information in their desktop app, but I am looking for a way to get it via business API. has Dropbox got any plan to include these details in the object?
I am expecting this,
- Greg-DBDropbox Staff
Dropbox does not offer this on the public API, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,915 PostsLatest Activity: 9 hours agoIf 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 or Facebook.
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!