Google Drive Folder Batch Download
This is a program designed to download multiple Google Drive folders at once. It will retrieve the list and download each file sequentially. (Only supports publicly accessible folders)1. Install Python 3.6 or higher:
Mã:
https://www.python.org/downloads/
2. Install Library: (Able to run the file "Install_lib.bat".)
Python:
pip install google-api-python-client google-auth google-auth-httplib2 httplib2 requests
3. Create "Google Drive API":
Mã:
https://console.cloud.google.com/
-> Rename to "credentials.json" -> Place the file "credentials.json" in the same folder as the program. (You can skip this step and use my "credentials.json",This is a completely free API.)
** The public API may be detected and disabled by Google. You should create your own private API.
4. Video tutorial:
Chỉnh sửa lần cuối: