Closed fernandotorresna closed 3 years ago
i have release that the share links into google drive have change, see:
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?
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...
1YUZ_8g16nrXHrJbQ6aU4x..
gdown --id 1YUZ_8g16nrXHrJbQ6aU4x...
i have release that the share links into google drive have change, see:
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?