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
Gopal B.
9 years agoNew member | Level 1
Dropbox account for users without creating an app for every user account
I have a Dropbox account and I have created/ registered an app in App Console. Then using the App key/ App secret for the created app and using OAuth process I have stored my access token in my Asp.N...
Leah C.1
9 years agoNew member | Level 1
Yes, now that you've tested out the Dropbox API with you own access token (generated in the App Console), you'll want to set up a login process for your users to each get their own access tokens.
You can use the same app you've created and the same app key and secret. However, each user will need to go through a "connect with Dropbox" style flow to get their own access token, which you can then store in your database.
Check out this OAuth guide for an overview of the process: https://www.dropbox.com/developers/reference/oauth-guide
The .NET SDK also includes methods for authorizing users and storing tokens: https://www.dropbox.com/developers/documentation/dotnet
The sample apps include code for authorizing users. Here's an example I found: https://github.com/dropbox/dropbox-sdk-dotnet/blob/master/Examples/SimpleBlogDemo/Controllers/HomeController.cs#L164
Hope that helps!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,918 PostsLatest Activity: 2 days ago
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 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!