Skip to main content
List formatting.
Source Link
Giacomo1968
  • 56.1k
  • 23
  • 167
  • 214

1. Install Curl for Windows.

2. Put the individual SHARED links in a text file (1 per line).

3. Adjust all the "?dl=0" parameter(s) in your text file to "?dl=1" and save.

4. Copy script below to a file called 'geturllist.cmd' (or your choosing)

5. Open a CMD prompt and execute the CMD script.

  1. Install Curl for Windows.
  2. Put the individual SHARED links in a text file (1 per line).
  3. Adjust all the "?dl=0" parameter(s) in your text file to "?dl=1" and save.
  4. Copy script below to a file called 'geturllist.cmd' (or your choosing)
  5. Open a CMD prompt and execute the CMD script.

1. Install Curl for Windows.

2. Put the individual SHARED links in a text file (1 per line).

3. Adjust all the "?dl=0" parameter(s) in your text file to "?dl=1" and save.

4. Copy script below to a file called 'geturllist.cmd' (or your choosing)

5. Open a CMD prompt and execute the CMD script.

  1. Install Curl for Windows.
  2. Put the individual SHARED links in a text file (1 per line).
  3. Adjust all the "?dl=0" parameter(s) in your text file to "?dl=1" and save.
  4. Copy script below to a file called 'geturllist.cmd' (or your choosing)
  5. Open a CMD prompt and execute the CMD script.
deleted 10 characters in body
Source Link
B. Shea
  • 1.3k
  • 2
  • 12
  • 18

4. Copy script below to a file called 'getdropboxlinks'geturllist.cmd' (or your choosing)

getdropboxlinksgeturllist.cmd X:\somepath\dropbox.txt

4. Copy script below to a file called 'getdropboxlinks.cmd' (or your choosing)

getdropboxlinks.cmd X:\somepath\dropbox.txt

4. Copy script below to a file called 'geturllist.cmd' (or your choosing)

geturllist.cmd X:\somepath\dropbox.txt

added 77 characters in body
Source Link
B. Shea
  • 1.3k
  • 2
  • 12
  • 18

Here isHere's a littlesmall Windows CMD/Batch script you can use (Can be.
It can easily be adjusted to Linuxwork under a Bash shell (Mac/BashLinux/etc).
It uses CURL. WGET should also work with some minor adjustments as well..

2. Put yourthe individual SHARED links in a text file (1 per line).

NOTE:   
ThisYou must have properly formatted SHARED LINKS that "Anyone with the link" can open. This script only worksdoes NOT work with "public"password protected links - not "private" - (where you needor shares based on a password)Dropbox login/email.
NOTE:   
If the single file or file group(auto zipped) is over a certain size, it will fail with error ("The (zip) file is too large. Please add it to your Dropbox."). In this case you must do as it says.. this script will not work because share link isn't directly downloadable.

Here is a little Windows CMD/Batch script you can use (Can be easily adjusted to Linux/Bash).
It uses CURL. WGET should work with some adjustments as well..

2. Put your individual links in a text file (1 per line).

NOTE:  This script only works with "public" links - not "private" - (where you need a password).
NOTE:  If the single file or file group(auto zipped) is over a certain size, it will fail with error ("The (zip) file is too large. Please add it to your Dropbox."). In this case you must do as it says.. this script will not work because share link isn't directly downloadable.

Here's a small Windows CMD/Batch script you can use.
It can easily be adjusted to work under a Bash shell (Mac/Linux/etc).
It uses CURL. WGET should also work with some minor adjustments..

2. Put the individual SHARED links in a text file (1 per line).

NOTE: 
You must have properly formatted SHARED LINKS that "Anyone with the link" can open. This script does NOT work with password protected links or shares based on a Dropbox login/email.
NOTE: 
If the single file or file group(auto zipped) is over a certain size, it will fail with error ("The (zip) file is too large. Please add it to your Dropbox."). In this case you must do as it says.. this script will not work because share link isn't directly downloadable.

added 77 characters in body
Source Link
B. Shea
  • 1.3k
  • 2
  • 12
  • 18
Loading
added 77 characters in body
Source Link
B. Shea
  • 1.3k
  • 2
  • 12
  • 18
Loading
added 241 characters in body
Source Link
B. Shea
  • 1.3k
  • 2
  • 12
  • 18
Loading
Source Link
B. Shea
  • 1.3k
  • 2
  • 12
  • 18
Loading