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
Greg-DB
8 years agoDropbox Staff
The term "client ID" is just another name for "app key". You can get the app key for your app from the app's page on the App Console:
https://www.dropbox.com/developers/apps
If that's not working for you, please share the problematic code and the error you're getting.
https://www.dropbox.com/developers/apps
If that's not working for you, please share the problematic code and the error you're getting.
- dalal_subhranil8 years agoExplorer | 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 developersImplicit grant disallowed for this app ("response_type" can't be "token").
- dalal_subhranil8 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
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 6 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!