Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamtekeste/3cdfd0366ebfd2c0d805 to your computer and use it in GitHub Desktop.
Save iamtekeste/3cdfd0366ebfd2c0d805 to your computer and use it in GitHub Desktop.
Download Google Drive files with WGET
Download Google Drive files with WGET
Example Google Drive download link:
https://docs.google.com/open?id=[ID]
To download the file with WGET you need to use this link:
https://googledrive.com/host/[ID]
Example WGET command:
wget -O file https://googledrive.com/host/[ID]
@Ayush-00
Copy link

Only this worked for a 68G file.

This worked for me too! Thanks!

@zihaozhang9
Copy link

zihaozhang9 commented Jul 17, 2024 via email

@surajvarma0090
Copy link

I found a blog article that shows how to download Google Drive files using the Linux terminal. It includes a step-by-step guide and a video. Check it out here.

@zihaozhang9
Copy link

zihaozhang9 commented Jul 31, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment