One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
Fedman
9 years agoExplorer | Level 3
Use Dropbox as storage for site
Hi. I want to use dropbox as off-site file storage. But I have doubts that dropbox doesn't mind of usage which I am considering. How I see it:
I have page on site where signed in users can communicate with site's admin. I want to give the users an ability to upload files in dropbox without need for this users to have an dropbox account. Users will upload files firstly on site, then site will upload files to dropbox on single dropbox account, which I am considering to buy.
Also, admin will have ability (on site) to watch list of files uploaded by users and dowload them, if he needs it.
So I want to use dropbox only for upload/download on a single account. is it appropriate usage? Would dropbox permit it?
From a technical perspective, this is possible. The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. However, it is technically possible to connect to just one account. The SDKs don't offer explicit support for it and we don't recommend doing so, for various technical and security reasons.
However if you did want to go this route, instead of kicking off the authorization flow, you would manually use an existing access token for your account and app. (Just be careful not to revoke it, e.g. via https://www.dropbox.com/account/security .)
From a policy perspective, we can't provide any absolute guarantee of your app's compliance based on this hypothetical description, so you should be sure to review all the guidelines and terms before developing an app:
https://www.dropbox.com/developers/reference/tos
https://www.dropbox.com/developers/reference/devguide
https://www.dropbox.com/developers/reference/branding
- Greg-DB
Dropbox Staff
From a technical perspective, this is possible. The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. However, it is technically possible to connect to just one account. The SDKs don't offer explicit support for it and we don't recommend doing so, for various technical and security reasons.
However if you did want to go this route, instead of kicking off the authorization flow, you would manually use an existing access token for your account and app. (Just be careful not to revoke it, e.g. via https://www.dropbox.com/account/security .)
From a policy perspective, we can't provide any absolute guarantee of your app's compliance based on this hypothetical description, so you should be sure to review all the guidelines and terms before developing an app:
https://www.dropbox.com/developers/reference/tos
https://www.dropbox.com/developers/reference/devguide
https://www.dropbox.com/developers/reference/branding
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,947 PostsLatest Activity: 9 hours 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!