Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I am the developer of android app. About 6 month ago I have migrated to API v2, and there was no problem. A few days ago I have started to recive the messages from some of my users about the error 400 when they intent to link with Dropbox. I personally intended to link Dripbox from my device, and also received the same error.
What could it be?
Did you make any changes to your app's configuration on the App Console recently, perhaps accidentally?
Specifically, please check that your have "Allow implicit grant" set to "Allow" on the app's page on the App Console, since you do need that for the app authorization flow used by the Java SDK. If it's set to "Disallow", switch it to "Allow" and try again, and let me know if that doesn't help.
Did you make any changes to your app's configuration on the App Console recently, perhaps accidentally?
Specifically, please check that your have "Allow implicit grant" set to "Allow" on the app's page on the App Console, since you do need that for the app authorization flow used by the Java SDK. If it's set to "Disallow", switch it to "Allow" and try again, and let me know if that doesn't help.
Thanks for following up. I'm glad to hear that's working now. The "implicit grant" is another name for the "token flow", which is the OAuth app authorization flow used by the Java SDK on Android. You can read more about it in the documentation if you wish.
That was always required to be set to "Allow" for this to work. Did you (or maybe anyone else who has access to your account) change it to "Disallow" recently by any chance? Let me know if not, in which case we'll look into it.
Thanks! We'll check on that.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!