What worked for me in **October 2024** for file larger than 1.5GB
After setting the share permission on Gdrive to "Anyone with link", below wget command worked:
wget -O "[FILENAME YOU WANT TO SAVE TO]" "https://drive.usercontent.google.com/download?id=[GDRIVE FILE_ID]&export=download&confirm=yes"
What worked for me in **October 2024** for file larger than 1.5GB
After setting the share permission on Gdrive to "Anyone with link", below wget command worked:
wget -O "[FILENAME YOU WANT TO SAVE TO]" "https://drive.usercontent.google.com/download?id=[GDRIVE FILE_ID]&export=download&confirm=yes"