Created
April 9, 2019 22:52
-
-
Save shubhamagarwal92/12d98b9c9e236514b3e42b3e0854815a to your computer and use it in GitHub Desktop.
Get file from google drive using terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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