Copy files between two Google Cloud instances

后端 未结 6 2003
北恋
北恋 2020-12-29 09:19

I have two projects in Google Cloud and I need to copy files from an instance in one project to an instance in another project. I tried to using the \'gcloud compute copy-fi

6条回答
  •  不思量自难忘°
    2020-12-29 10:07

    One of the approaches to get permissions is to enable Cloud API access scopes. You may set them to Allow full access to all Cloud APIs.

    In console click on the instance and use EDIT button above. Scroll to the bottom and change Cloud API access scopes. See also this answer.

提交回复
热议问题