cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Share your feedback on the Document Scanning Experience in the Dropbox App right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Use Dropbox as storage for site

Use Dropbox as storage for site

Fedman
Explorer | Level 3
Go to solution

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?

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

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

View solution in original post

1 Reply 1

Greg-DB
Dropbox Staff
Go to solution

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

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?