How to download multiple files in Google Cloud Storage

后端 未结 3 769
囚心锁ツ
囚心锁ツ 2021-02-13 16:55

Scenario: there are multiple folders and many files stored in storage bucket that is accessible by project team members. Instead of downloading individual files one at a time (w

3条回答
  •  不要未来只要你来
    2021-02-13 17:00

    To download files to local machine need to:

    1. install gsutil to local machine

    2. run Google Cloud SDK Shell

    3. run the command like this (example, for Windows-platform):

    gsutil -m cp -r gs://source_folder_path "%userprofile%/Downloads"
    

提交回复
热议问题