Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ingmarioalberto/2320fda7a91987721fc34e9a4f2fa2dd to your computer and use it in GitHub Desktop.
Save ingmarioalberto/2320fda7a91987721fc34e9a4f2fa2dd to your computer and use it in GitHub Desktop.
Download google driver within the terminal #bash #wget
#ID=google document reference id
FILEID="ID"; wget "https://drive.google.com/uc?export=download&id=${FILEID}&confirm=yes"
#credits: https://stackoverflow.com/questions/37453841/download-a-file-from-google-drive-using-wget#comment127131320_39087286
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment