We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
randohuman
3 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...
- 3 months ago
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-DB
3 months agoDropbox 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,877 PostsLatest Activity: 12 months 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!