我在Google Cloud中有两个项目,我需要将文件从一个项目中的实例复制到另一个项目中的实例.我试图使用'gcloud compute copy-files'命令,但我收到此错误:
gcloud compute copy-files test.tgz --project stack-complete-343 instance-IP:/home/ubuntu --zone us-central1-a
ERROR: (gcloud.compute.copy-files) Could not fetch instance: - Insufficient Permission
Run Code Online (Sandbox Code Playgroud)