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
sureshchn
4 days agoNew member | Level 1
Saver API
I have a website. I want to store files from clients in dropbox servers for security reasons.
So, I want to have a Form with some fields and the Saver API button for upload.
When my clients use the Save API button and upload a file, will the file reside ( be it in any folder like tmp or format like a name with tmp extension etc)on my web site server and before getting transferred to dropbox servers.
- Greg-DBDropbox Staff
The Dropbox Saver is a way for web apps to allow end-users to save files to their own Dropbox accounts. The web app would provide the file(s) by supplying one Internet-accessible URL per file. Exactly where you host the files is up to you, as long as they are accessible on the Internet so that Dropbox can access them when needed for the Saver.
When prompted with the Saver, the user would decide if they want to save the file(s) into their Dropbox account. If the user does so, Dropbox then retrieves the file(s) from the Internet-accessible URL(s), and then saves the file(s) into the user's account (that is, whichever account the end-user is signed in to on www.dropbox.com at the time). The end-user can also choose which folder in their account to save the file(s) to.
You can try out a demo of the Saver in the documentation here.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,889 PostsLatest Activity: 6 days 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!