项目作者: segnolin

项目描述 :
Download Google Drive folder without zipping!
高级语言: Python
项目地址: git://github.com/segnolin/google-drive-folder-downloader.git
创建时间: 2018-09-04T07:10:03Z
项目社区:https://github.com/segnolin/google-drive-folder-downloader

开源协议:MIT License

下载


google-drive-folder-downloader

Download Google Drive folder without zipping!

Getting Started

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.

Basic Usage

Just run the script with target folder name and the destination path (optional, default value is ./) where you want to save to.

Python 3.6+

  1. $ python3 download.py folder_name [path]

Python 2.7

  1. $ python download-2.py folder_name [path]