Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamtekeste/3cdfd0366ebfd2c0d805 to your computer and use it in GitHub Desktop.
Save iamtekeste/3cdfd0366ebfd2c0d805 to your computer and use it in GitHub Desktop.

Revisions

  1. sharedmit renamed this gist Jul 8, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. sharedmit created this gist Jul 8, 2015.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    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]