Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rememberlenny/8da6fc04c85eb79f8cc89fa3d02b40ae to your computer and use it in GitHub Desktop.
Save rememberlenny/8da6fc04c85eb79f8cc89fa3d02b40ae to your computer and use it in GitHub Desktop.
Download Google Drive files with WGET in 2018
Download Google Drive files with WGET
Example Google Drive download link:
https://docs.google.com/open?id=FILEIDHERE
To download the file with WGET you need to use this link:
https://googledrive.com/host/FILEIDHERE
Example WGET command:
wget --no-check-certificate -r 'https://docs.google.com/uc?export=download&id=FILEIDHERE' -O FILENAMEHERE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment