We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
dalal_subhranil
8 years agoExplorer | Level 4
Javascript SDK CLIENT_ID
We have app in which we were using PHP SDK but unfortunately we don't have any updated PHP SDK 2. Now we are trying to replace our code through javascript. We saw javascript use app's CLIENT_ID to g...
- 8 years agoThat error indicates that the "token" a.k.a. "implicit" grant is disabled for that app. You can re-enable it using the "Allow implicit grant" option on the app's page on the App Console:
https://www.dropbox.com/developers/apps
dalal_subhranil
Explorer | Level 4
Thanks for your reply Greg.
When I use App Key for my app I am getting below response
Error (400)It seems the app you were using submitted a bad request. If you would like to report this error to the app's developer, include the information below.
More details for developers
Implicit grant disallowed for this app ("response_type" can't be "token").
dalal_subhranil
8 years agoExplorer | Level 4
Getting same error for both development and production app key.
- Greg-DB8 years agoDropbox StaffThat error indicates that the "token" a.k.a. "implicit" grant is disabled for that app. You can re-enable it using the "Allow implicit grant" option on the app's page on the App Console:
https://www.dropbox.com/developers/apps- dalal_subhranil8 years agoExplorer | Level 4
Thank you so much Greg. It worked. Let me getting my hands dirty with JS SDK. I am sure I will come back with more question.
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!