Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save murari023/2722e15d0f9efc6d5e8da132d5110559 to your computer and use it in GitHub Desktop.
Save murari023/2722e15d0f9efc6d5e8da132d5110559 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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment