Skip to content

Instantly share code, notes, and snippets.

@grybakov
Last active March 28, 2019 09:02
Show Gist options
  • Save grybakov/b91bf38f6518efde7b2b2456bc449f35 to your computer and use it in GitHub Desktop.
Save grybakov/b91bf38f6518efde7b2b2456bc449f35 to your computer and use it in GitHub Desktop.
Download file from Google Drive using wget (Linux)
# Download file from Google Drive using wget (Linux)
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=FILEID' -O FILENAME
# Link: https://gist.github.com/iamtekeste/3cdfd0366ebfd2c0d805#gistcomment-2297114
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment