We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Deeplight
4 years agoHelpful | Level 5
Cannot connect my mobile app to Dropbox API
Hello,
I'm developing an Android app that want to connect to Dropbox to allow user to upload some documents. I use the Dropbox SDK (version 5.0.0) here : https://github.com/dropbox/dropbox-sdk-java
Currently I'm stuck at the authorization process, when I call this function :
Auth.startOAuth2Authentication(activity , dropbox_key);
I'm connecting to the Dropbox app installed on the device, and when i click on the "authorize" button, the app displays an error :
This app has reached its user limit.
Contact the app developer and ask them to use the Dropbox API App Console to increase their app's user limit.
Except that the app has just been created in the Dropbox console and i'm connecting only one user for the test.
If I try outside of the Dropbox app (using web navigator) the authentication flow ends with an error 500 page.
I've checked the app key and secret, they are correct, and the configuration in the Dropbox Console has been finished.
I also tested with previous versions of the SDK, same error.
I'm out of solutions, am I missing something ?
- I've found the solution finally : in the Dropbox console i haven't enabled more users in the "Development users" section. Now it works well.
- DeeplightHelpful | Level 5I've found the solution finally : in the Dropbox console i haven't enabled more users in the "Development users" section. Now it works well.
- Greg-DBDropbox Staff
[Cross-linking for reference: https://github.com/dropbox/dropbox-sdk-java/issues/353 ]
Thanks for following up. I'm glad to hear you already got this working. For reference, you can find more information on how the user limit works here.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 2 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!