cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more 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: 

Re: Is this possible?

Is this possible?

Adrian P.15
New member | Level 2

I want to be able to upload files to a specific folder within my Dropbox account, and then allow my web app to get a list of those files and link to them, without requiring users to have a Dropbox account or going through an authorisation process. I will be using JavaScript.

Is this even possible?

2 Replies 2

Richard P.
Super User alumni

Yes, but you will need to create your own server side service to do it, authorise your own account against that service once and store the Dropbox auth token for later reuse by your clients, and use that token for all actions rather than one generated by each user.

You can't do this solely in Javascript client side, because you would be exposing your entire account via that auth token that you would need to provide - hence the server side component that you need to create, that will handle all actions against the Dropbox API.

Adrian P.15
New member | Level 2

Hi Richard,

Many thanks for your speedy response! 
That's useful to know.

Cheers for your help,

Adrian

Need more support?