Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upload file to dropbox from url?

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.

like image 945
Gintas_ Avatar asked Jan 07 '14 18:01

Gintas_


People also ask

How do I upload a file to someone else's Dropbox link?

All you need to do is create the link in your Dropbox account. After doing this& you can copy the link and share it directly with the recipient. When the recipient receives your message& they can click on the link to open the file directly in their Dropbox.

How do I manually upload files to Dropbox?

Open the Dropbox folder where you'd like to store your files. Tap the "+" (plus sign) at the bottom of your screen. Tap Upload files (Android) or Create or Upload File (iPhone/iPad). Tap Upload (Android) or Upload File (iPhone/iPad).

Can I send a link for someone to upload to my Dropbox?

Notes: Anyone can send a file to you, whether they have a Dropbox account or not. All files collected with a file request will take up space in your Dropbox account.


2 Answers

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

like image 186
gamingexpert13 Avatar answered Oct 03 '22 18:10

gamingexpert13


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 :)

like image 23
cgenco Avatar answered Oct 03 '22 18:10

cgenco