https://github.com/m4tx/gdrivedownload
Simple script that downloads all files from given Google Drive directory
https://github.com/m4tx/gdrivedownload
Last synced: about 1 year ago
JSON representation
Simple script that downloads all files from given Google Drive directory
- Host: GitHub
- URL: https://github.com/m4tx/gdrivedownload
- Owner: m4tx
- License: mit
- Created: 2016-03-12T22:39:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-13T14:05:27.000Z (over 10 years ago)
- Last Synced: 2025-04-14T18:05:32.157Z (about 1 year ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/gdrivedownload
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==============
gdrivedownload
==============
Simple script that downloads all files from given Google Drive folder.
Requirements
------------
* Python 3.2+
Installation
------------
::
pip install gdrivedownload
Usage
-----
::
gdrivedownload client_id client_secret folder_id out_path
* *client_id* - Google Drive OAuth2 client ID
* *client_secret* - Google Drive OAuth2 secret key
* *folder_id* - Google Drive folder ID (usually the last part of the URL, like ``https://drive.google.com/drive/u/0/folders/``)
* *out_path* - output directory to put the files into. Will be created recursively if does not exist
OAuth2 keys can be obtained using `Google Developer Console `_. Create a project,
then generate OAuth2 credentials for `Other` application type.