Skip to content

Instantly share code, notes, and snippets.

@OJ7
Created February 23, 2022 09:04
Show Gist options
  • Save OJ7/7c33b0bebfc57a3861977af8c9848083 to your computer and use it in GitHub Desktop.
Save OJ7/7c33b0bebfc57a3861977af8c9848083 to your computer and use it in GitHub Desktop.
Use rclone to download public Google Drive folder locally
# `drive-root-folder-id` - ending ID of Google Drive link (eg https://drive.google.com/drive/folders/1BWTX_E_jY3k1TDRvvkE-y1_PE9wgAaU5)
# `gdrive` - name of any remote google drive set up through rclone
rclone copy --drive-root-folder-id=1BWTX_E_jY3k1TDRvvkE-y1_PE9wgAaU5 gdrive: . -P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment