====================================================
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:
The official home of the Python Programming Language
www.python.org
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":
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...
sharevina.com
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) - DarkTina/D...
github.com
====================================================