我在 GCP 的一个项目中有 2 个实例。其中一个需要在另一个实例中随意打开和关闭。因此,我尝试在一个实例中使用,gcloud compute instances start instance1 --zone==us-east1-b
结果ERROR: (gcloud.compute.instances.start) HTTPError 403: Insufficient Permission: Request had insufficient authentication scopes.
我创建了一个具有 compute.instances.start 权限的自定义角色,并将其授予每个尝试使其工作的用户,但我仍然收到相同的错误。有人能告诉我正确的解决方法吗?