Forrest logo
back to the gsutil tool

gsutil:ai:3fe77

How do I copy folders from google drive with takeout
$ gsutil cp -r path_to_google_drive_folder destination_folder
try on your machine

This command uses the gsutil tool to recursively copy a folder from Google Drive to a destination folder on your local machine.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • How do I copy folders from google drive with takeout?
back to the gsutil tool