Created
September 9, 2018 10:23
-
-
Save rememberlenny/8da6fc04c85eb79f8cc89fa3d02b40ae to your computer and use it in GitHub Desktop.
Download Google Drive files with WGET in 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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