Skip to content

Instantly share code, notes, and snippets.

@shubhamagarwal92
Created April 9, 2019 22:52
Show Gist options
  • Save shubhamagarwal92/12d98b9c9e236514b3e42b3e0854815a to your computer and use it in GitHub Desktop.
Save shubhamagarwal92/12d98b9c9e236514b3e42b3e0854815a to your computer and use it in GitHub Desktop.
Get file from google drive using terminal
# https://stackoverflow.com/a/52076633/3776827
# Run as download_drive_file.sh file_id
# where file_id is google drive file id
# https://drive.google.com/file/d/0B-u9nH58139bTy1XRFdqaVEzUGs/view
# Eg. file_id here is 0B-u9nH58139bTy1XRFdqaVEzUGs
curl gdrive.sh | bash -s $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment