Skip to content

Instantly share code, notes, and snippets.

@rs9899
Created June 5, 2020 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rs9899/e34eaf7acde3dda0b787d276e72601d2 to your computer and use it in GitHub Desktop.
Save rs9899/e34eaf7acde3dda0b787d276e72601d2 to your computer and use it in GitHub Desktop.
Downloading files from google drive using terminal
pip install gdown
#file_id can be obtained by right-clicking the download button on the file page on drive
file_id=1C9b5GZI0QfDlgKhJfxui5CbzDTsVkLiG
gdown https://drive.google.com/uc?id=${file_id}
# this works. Tested on June 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment