Download Google Drive Folders in Bulk

Doãn Huynh

Member
3 Tháng mười hai 2021
140
14
18

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)

Download: https://drive.google.com/file/d/17OiJOuWZW-Gd0dcLoxveC11M18EmvSbR

Google Drive Folder Download V1.1.jpg

Google Drive Folder Download V1.2.jpg

1. Install Python 3.6 or higher:​

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":​

(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.

Join the Telegram group to share the API: https://t.me/googledriveapi

1735634910089.png

4. Video tutorial:​

 

Doãn Huynh

Member
3 Tháng mười hai 2021
140
14
18
====================================================

Google Drive Folder Batch Download (Python)​


Tính năng:​

Lưu đúng như cấu trúc thư mục trên Google Drive.
Nhập nhiều link từ file TXT.
Có ba lựa chọn nếu gặp file đã tồn tại: Skip, Replace, Rename.

Nhược điểm:​

Chỉ có thể tải thư mục đã chia sẽ công khai.
Chỉ tải được một file cùng lúc.
Không lưu tình trạng đang tải.
(Khắc phục tạm thời bằng tính năng Export, Import danh sách file đã tải)

******************************************************************

Hướng dẫn cài đặt:​


1. Cài đặt Python tối thiếu 3.6:

2. Install Library:
pip install google-api-python-client google-auth google-auth-httplib2 httplib2 requests
(Hoặc chỉ cần chạy file "Install_lib.bat")

3. Tạo "Google Drive API" tại:
(https://console.cloud.google.com/)
-> Đổi tên thành "credentials.json"
-> Copy file "credentials.json" vào để chung thư mục với tool.

Google Drive API bạn có thể dùng chung của tui cũng được. Nhưng bạn muốn dùng ổn định lâu dài thì nên tạo API riêng theo hướng dẫn trong file Readme.txt
(Google không cho phép chia sẽ API công khai. Nếu API của tôi bị phát hiện sẽ khóa ngay.)

4. Kích hoạt phần mềm bằng cách chạy file "Run.bat"

Source and Update, Download my "credentials.json":
====================================================