Reputation: 5030
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.
Upvotes: 10
Views: 15663
Reputation: 3567
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 :)
Upvotes: 2
Reputation: 346
Save Web Files (http://ctrlq.org/save/) can do it. (just visit the website on your android)
Upvotes: 4