This program can be used for downloading files (including large files) from google drive using the command line. The program supports resuming which is lacking in most of the command line google drive downloaders.
From a command line enter the command to install gddl
pip install gddl
You need to have python 3 installed. gddl
won't run on python 2.
You can supply a url to gddl
.
gddl "https://drive.google.com/file/d/123MyAwesomeFileID/view?usp=sharing"
Note: Quotes are required for some urls.
Alternatively, you can download via file ID.
gddl 123MyAwesomeFileID
If you are facing issue using the program, feel free to create an issue.
- coursera-dl project - for their simple and awesome native downloader.
- gdown.pl project - for inspiration of creating this program.