Page 1 of 1

How to Download a shared file from Dropbox?

Posted: Mon Dec 30, 2019 9:15 am
by AmirJ
How to Download a shared file from Dropbox or Google Drive?
I try whit Dropbox api, But i can not :(

Re: How to Download a shared file from Dropbox?

Posted: Mon Dec 30, 2019 4:41 pm
by dhylands
When I share a dropbox file, I normally get a link which winds up looking something like this: https://www.dropbox.com/s/rpl59i017zblg ... at.py?dl=0

Sometimes, it works better to replace the dl=0 at the end of the URL with dl=1

Re: How to Download a shared file from Dropbox in esp32 and micropython?

Posted: Mon Dec 30, 2019 5:05 pm
by AmirJ
Thanks

Please give an example in esp32 and micropython if possible.

Re: How to Download a shared file from Dropbox?

Posted: Fri Jan 03, 2020 5:50 am
by jimmo
Can you give an example of what you've tried so far? And when you say shared file, do you mean "shared by link, public access" (i.e. download it like any other URL) or "shared with your account, so you need to log in and then download the file via the API" (i.e. more complicated).