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
ksz
9 years agoNew member | Level 2
Adding another +1, there is my scenario:
- I have Dropbox File request - everyone can upload whatever he/she want, but every upload is invisible to others.
- It is ok to upload whatever, but I want help upload users exactly what I need. And I need three things: request text, request area, and... attachments. And all of this should be uploaded to my account.
- I can imagine Single Page Application (HTML5+JavaScript) where user enters text, draws area on the map, selects attachmets and then upload it all to Dropbox.
- It would be easy with File request API
Without File request API I see two options:
- Provide Oauth credentials in JavaScirpt code. It means that everybody could have acces to files uploaded by others (even delete it). So, it is not an option.
- Develop server-side component for my app, which does notihing more than securely transfer data to Dropbox
Second approach is is what I'm doing right now. It is not cost-effective: you have to use SSL connection, and provide double transfer bandwidth (upload from client to my server and then transfer it to Dropbox). There is a lot server-side programming trics like upload limits on both sides (browser and server config). This all would be unnecessary if there will be Drobpox File request API.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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!