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.'s avatar
Gopal B.
New member | Level 1
9 years ago

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.Net project database table.I could upload/ download/ delete files from my Dropbox account.There are many users in the project and they have individual Dropbox account.

Now my requirement is to store access token for every user in my database without creating an app in Dropbox App Console(https://www.dropbox.com/developers/apps) for every user Dropbox account.

Is there any way to fulfill my requirement?