gdrivedl
gdrivedl copied to clipboard
Google Drive Download Python Script
GDriveDL
Google Drive Download Script
- Python 2 / 3 compatible
- No API keys / credentials required
- Supports all operating systems
- No external dependencies
- Works with shared files or folders
- Works with large files
- Files / folders must have been shared via link
Usage
python gdrivedl.py <URL>
- URL is a shared Google Drive URL
Multiple urls can be used by seperating them with a space. eg. python gdrivedl.py <URL1> <URL2> <URL3>
On some systems you may need to enclose the url within quotes. eg python gdrivedl.py "<URL>"
Options
-P--directory-prefixOutput directory (default is current directory)-O--output-documentDownload to a particular filename (defaults to the GDrive filename). Only valid when downloading a single file.-q--quietDisable console output-d--debugShow more vebose debug console output-m--mtimesTry use modified times to check for changed files