无法在 google 云平台中创建项目
Cannot create project in google cloud platform
我在
几个月前发布的,
这个问题还没有解决吗?
Empty location listing
更新:
gcloud projects create
上的错误消息:
$ gcloud projects create ione20190911 ERROR:
(gcloud.projects.create) FAILED_PRECONDITION: Google Cloud Platform service
has been disabled. Please contact your administrator to restore service.
- '@type': type.googleapis.com/google.rpc.PreconditionFailure violations:
- description: Google Cloud Platform service has been disabled.
Please contact your administrator to restore service.
type: SERVICE
您在问题中提到的问题已于 2019 年 3 月 11 日修复。我试图重现您的问题,一切都对我有用。这可能是暂时性问题或您的特定配置。请提供更多关于创建项目的上下文、您的位置、网络、一些防火墙、代理的详细信息?但您在浏览器控制台中看到任何错误吗?请更新问题。
您也可以尝试创建新帐户来检查问题是否与您的特定配置有关。
作为变通方法尝试使用云 Shell gcloud command to create project:
gcloud projects create [PROJECT_ID]
更新:
看到您的错误消息,我可以假设您的 G-Suite 帐户已禁用对 Google Developers Console 服务的访问权限。
检查你的G-Suite Admin console Apps -> Additional Google services if Google Developers Console is enabled. For more information check this questions responses。
我在
Empty location listing
更新:
gcloud projects create
上的错误消息:
$ gcloud projects create ione20190911 ERROR:
(gcloud.projects.create) FAILED_PRECONDITION: Google Cloud Platform service
has been disabled. Please contact your administrator to restore service.
- '@type': type.googleapis.com/google.rpc.PreconditionFailure violations:
- description: Google Cloud Platform service has been disabled.
Please contact your administrator to restore service.
type: SERVICE
您在问题中提到的问题已于 2019 年 3 月 11 日修复。我试图重现您的问题,一切都对我有用。这可能是暂时性问题或您的特定配置。请提供更多关于创建项目的上下文、您的位置、网络、一些防火墙、代理的详细信息?但您在浏览器控制台中看到任何错误吗?请更新问题。
您也可以尝试创建新帐户来检查问题是否与您的特定配置有关。
作为变通方法尝试使用云 Shell gcloud command to create project:
gcloud projects create [PROJECT_ID]
更新:
看到您的错误消息,我可以假设您的 G-Suite 帐户已禁用对 Google Developers Console 服务的访问权限。
检查你的G-Suite Admin console Apps -> Additional Google services if Google Developers Console is enabled. For more information check this questions responses。