2

Someone shared a photo folder with me on dropbox. I would like to download the dropbox folder containing images on a Linux box, without installing any dropbox software.

I am aware of this answer to the question, which explains how to add dl=1 at the end of the url, but Using the command :

wget 'https://www.dropbox.com/sh/my_folder_url?dl=1' 

I get

ERROR 400: Bad Request. 

Since 2012 the dropbox API has probably changed? Is it possible to download a dropbox folder with wget?

1 Answers1

3

As of Oct 3, 2016, dl=1 no longer works for the Free tier users.

https://www.dropbox.com/help/201

Dropbox Basic (free) users: Beginning October 3, 2016, you can no longer use shared links to render HTML content in a web browser.

Dropbox Pro and Business users: Beginning September 1, 2017, you can no longer render HTML content.

Sun
  • 6,480