Download Google Drive folder without zipping!
You need to enable the Drive API to use the script.
The enabling instructions can be found on Python Quickstart.
The credentials.json
file will be needed in the working directory.
Just run the script with target folder name and the destination path (optional, default value is ./
) where you want to save to.
$ python3 download.py folder_name [path]
$ python download-2.py folder_name [path]