Created
February 23, 2022 09:04
-
-
Save OJ7/7c33b0bebfc57a3861977af8c9848083 to your computer and use it in GitHub Desktop.
Use rclone to download public Google Drive folder locally
This file contains 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
# `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