wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.11k stars 343 forks source link

gdown error when download large files #223

Closed yiheng-wang-nv closed 1 year ago

yiheng-wang-nv commented 1 year ago

Provide environment information

Python 3.8.10 gdown 4.5.3

What OS are you using?

Ubuntu 20.04

Describe the Bug

Our project uses gdown to download files from google drive, and it met the download issue today with the error: https://github.com/Project-MONAI/model-zoo/actions/runs/3538697697/jobs/5939782612#step:7:107

Expected Behavior

download normally

To Reproduce

run the following command:

gdown --fuzzy https://drive.google.com/uc?id=1y3NkcscPJ-KkOhVqWHbF6HbNdtgQyA_i
yiheng-wang-nv commented 1 year ago

This issue is duplicate with #222 , thus here I close this one first.