You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Maxwell
9 years agoNew member | Level 1
Get programatically APP_KEY and APP_SECRET,
I am working on a python tool,that will allow me to work with dropbox files, but since this app is for "non-technician people" I'd like to programatically get Access Toekn or AppKey / App SECRET.
H...
Greg-DB
9 years agoDropbox Staff
Richard's correct, your app should never be directly handling the user's email address and password.
You, as the developer, just need to register your app to get an app key and secret once. Those should be included in the app. This step can't be done programmatically, but only needs to be done once per app anyway.
Your app should then implement the OAuth app authorization flow, which lets individual users link their accounts to your app. You can find more information on that here:
https://www.dropbox.com/developers/reference/oauth-guide
That is handled via the Dropbox web site, with your app never handling the user's email address and password. The result of that is a user-specific access token that your app can store and re-use to access the API on behalf of that user without further manual intervention.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days 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!