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
BartLors
2 years agoNew member | Level 2
how do I setup Saver for use on my website.
Hi,
I am trying to add the dropbox Saver (https://www.dropbox.com/developers/saver) to my webpage, to enable people to upload pictures to my dropbox.
I've got problems setting up the Oauth, redirect URI and what not. After creating the App and setting up as good as I can, nothing happens, after I include the script to my html page. I see no upload button. Is there an example of how to set up the app?
Thanks, Bart
- Greg-DBDropbox Staff
BartLors As Здравко noted, the Dropbox Saver is way for end-users to save files to their own accounts, not a way for end-users to upload files to your account. I'll pass this along as a feature request for a component like that, I can't promise if or when that might be implemented. (And for reference, using the Dropbox Saver does not involve using OAuth or redirect URIs.)
That being the case, like Здравко said, to upload to your own account programmatically, you'd need to implement this in your code, potentially using /2/files/upload or /2/files/get_temporary_upload_link, for example.
- BartLorsNew member | Level 2
Thanks.I found a solution at planeupload.com. They offer the upload button like I wanted.
- ЗдравкоLegendary | Level 20
Hi BartLors,
On the page, you linked to in your post, is a working Saver example. Just press/click the "Save to Dropbox" button and the example picture "dropblox.png" will ask you select where to put it in your account. 😉
BartLors wrote:... to my webpage, to enable people to upload pictures to my dropbox.
...
Maybe you cannot yet understand what Saver is doing. It saves provided content through URL(s) in the client Dropbox account, not into yours! The task, you want to achieve, is unsupported by Dropbox' Saver. There is no prebuilt component for that.
To implement upload to Your Dropbox account coming from client machine, you can use something like upload to your server and forward next to your account (i.e. like proxying) or dynamically embed in your page temporary upload links to be used to upload desired files direct to Dropbox server (additional file management may be needed).
Hope this clarifies matter.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,915 PostsLatest Activity: 6 years 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!