Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save 40a/7c84a3ca14996b26d4a8b0107d28f4e8 to your computer and use it in GitHub Desktop.
Save 40a/7c84a3ca14996b26d4a8b0107d28f4e8 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]
@40a
Copy link
Author

40a commented Aug 3, 2018

Also, see comments to the original source.

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