wkentaro / gdown

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

gdown cannot work with large files (>20GBs)? #173

Closed linzhiqiu closed 1 year ago

linzhiqiu commented 2 years ago

I have checked up all the related issues on this but still getting this error on a zip file with 29GB. Here are the URL links I tried:

  1. https://drive.google.com/u/0/uc?id=1MR7M-as-stOIog2EyhNXwnKKC9-aXXiM&export=download&confirm=t
  2. https://drive.google.com/u/0/uc?id=1MR7M-as-stOIog2EyhNXwnKKC9-aXXiM
To3No7 commented 2 years ago

I have the same issue. It seems to be related to the confirmation dialog that google can not do a virus check on such a large file and it wants a confirmation to go ahead anyway.

wkentaro commented 2 years ago

Is this the error you get?

image
362227 commented 2 years ago

+1

linzhiqiu commented 2 years ago

+2

cliangyu commented 2 years ago

+3

PascalsHere commented 2 years ago

+4

nahidosen commented 2 years ago

Hi. I have the same issue with my 29GB zip file. So I tried to download it with incognito from chrome, but this shows up. So it may be just google putting a limit. image

xunannancy commented 1 year ago

To download a 28GB file from google drive, this solution works: https://stackoverflow.com/a/67550427

mrb0098 commented 1 year ago

To download a 28GB file from google drive, this solution works: https://stackoverflow.com/a/67550427

This is a temporary solution

mrb0098 commented 1 year ago

+5

wkentaro commented 1 year ago

This seems the same issue as https://github.com/wkentaro/gdown/issues/43, so let's continue monitoring it there.