How to upload file to dropbox from url?

14,760

Solution 1

Save Web Files (http://ctrlq.org/save/) can do it. (just visit the website on your android)

Solution 2

Dropbox has implemented this as a native API call: https://blogs.dropbox.com/developers/2015/06/programmatically-saving-a-url-to-dropbox/

This is currently being re-implemented by DBinbox.com to be more user-friendly :)

Share:
14,760
Gintas_
Author by

Gintas_

Updated on July 20, 2022

Comments

  • Gintas_
    Gintas_ almost 2 years

    I can find lots of tutorials and examples on how to upload a file from sdcard to dropbox account. But how can I upload a file that is not in sdcard and all I have is url? I don't want to download it and then upload it, because file is like 400MB size.

  • Gintas_
    Gintas_ over 10 years
    I needed API for this similar thing
  • bs7280
    bs7280 over 9 years
    How does that website work? I want to implement something similar on my own dedicated computer. Does it just download it then upload it to dropbox?
  • gamingexpert13
    gamingexpert13 over 9 years
    @bs7280 I'm not sure. If you click on the "Learn More" link it says "The download is from cloud to cloud." And if you follow the first link on that page to the author's website, it says "the file saving app is powered by Ink File Picker". You could also email the author of Save Web Files using the "Need Help?" link. There's also similar sites & apps that you can research to possibly find other ways of doing it, like UploadCloud.net, PushBullet, IFTTT, & Tasker.