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
randohuman
4 months agoNew member | Level 2
app without permission for contact into
We want our app to just have read/write permission to the app folder for backing up some important data for our app users. We don't care to know personal information like username, email and location of the user but it seems like we cannot unselect the account_info.read permission forcing us to have access to personal information. Am I missing something?
Solved. While the dashboard does force the account_info.read permission, I was able to use the the scope parameter of the oauth2 authorization code flow to request the subset of permissions that we really need
- randohumanNew member | Level 2
Solved. While the dashboard does force the account_info.read permission, I was able to use the the scope parameter of the oauth2 authorization code flow to request the subset of permissions that we really need
- Greg-DBDropbox Staff
Thanks for following up. I'm glad to hear you already sorted this out. Yes, that's correct, while the account_info.read scope is the default/required scope for user-linked app registrations, it is not technically required for authorizations. As you found, you do not need to request it when having users connect to your app; you can request a subset of scopes without it.
For anyone else looking to do the same, refer to the documentation for the "scope" parameter on the /oauth2/authorize page.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days 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!