wkentaro / gdown

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

single file download not working #130

Closed miramar-labs closed 2 years ago

miramar-labs commented 2 years ago

I put my Mathematica_12.0.0_LINUX.sh installer in GDrive and set permissions to 'Anyone with the link' - got the link and tried to download it... I get no errors but the file (correct size) has some sort of randomized name:

gdown https://drive.google.com/uc?id=1wjDyovMwULArogNlqRvGyy0hhiYdP4TM -O ~/Downloads

landed file:

~/Downloads/Downloadsz1od327mtmp

any ideas what is happening?

Ubuntu 20.04, Python 3.8.0

wkentaro commented 2 years ago

This should be gdown https://drive.google.com/uc?id=1wjDyovMwULArogNlqRvGyy0hhiYdP4TM -O ~/Downloads/

miramar-labs commented 2 years ago

thanks!