【发布时间】:2014-12-01 19:04:32
【问题描述】:
我在 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
【问题讨论】: