wkentaro / gdown

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

share links into google drive have changed and it is not working anymore #103

Closed fernandotorresna closed 3 years ago

fernandotorresna commented 3 years ago

i have release that the share links into google drive have change, see:

image

When i need to get the share link i get i.e something like https://docs.google.com/spreadsheets/d/1YUZ_8g16nrXHVrJbQ6aU4xL_dPK-2cq68pGwnILEYv8/edit?usp=sharing

This does not have anymore the prefix of https://drive.google.com...blablabla

Therefore it is not working anymore using this command because the drive link does not exist anymore, any ideas to solve it?

wkentaro commented 3 years ago

I agree this is a bit cumbersome, but you can still use the FILE ID to download file. In your case, it is 1YUZ_8g16nrXHrJbQ6aU4x.. so you can do like gdown --id 1YUZ_8g16nrXHrJbQ6aU4x...