Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
PalsNaveen
7 years agoExplorer | Level 3
Not display dropbox authentication screen from Mobile app
We have a mobile app that's used by multiple organizations. a feature on the mobile app requires users to upload images to their Dropbox account, all organization have their own Dropbox account. To ...
Greg-DB
Dropbox Community Moderator
7 years agoRegardless of how your client/server is set up, the end-user will need to be sent through the Dropbox OAuth app authorization flow to authorize the app to access their account. This only needs to be done once per user. Once you have the access token for that user, you supply it in the "Authorization" header as "Bearer ACCESS_TOKEN_HERE" when making Dropbox API calls. I recommend reviewing the OAuth documentation and guide for more information.
Where in your app you implement this is up to you, based on what makes sense for your app. I do recommend using one of the official SDKs, if possible, as they will do a lot of the work for you. (One note though: processing this inside a web view is not allowed; use the system browser.)
PalsNaveen
7 years agoExplorer | Level 3
Greg, do the APIs support something like "Client credentials grant" which is basically used for machine-to-machine authentication?
- Greg-DB7 years ago
Dropbox Community Moderator
No, the Dropbox API only supports the code and implicit grants.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If 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, Facebook or Instagram.
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!