Download Google Drive files with WGET

July 8, 2015 ยท View on GitHub

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]