Skip to content

Instantly share code, notes, and snippets.

@mystroken
Created July 30, 2019 12:42
Show Gist options
  • Save mystroken/eba0495e5fd6ecb9a6e73f5f23a60a52 to your computer and use it in GitHub Desktop.
Save mystroken/eba0495e5fd6ecb9a6e73f5f23a60a52 to your computer and use it in GitHub Desktop.
Download Google Drive file with WGET
wget --no-check-certificate -r 'https://docs.google.com/uc?export=download&confirm=&id=FILEID' -O FILENAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment