应用引擎无法创建默认存储分区 [英] app engine failed to create default storage bucket

查看:86
本文介绍了应用引擎无法创建默认存储分区的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在管理 - >应用程序设置 - >云集成它说:
创建项目时发生错误。请重试。
然后有一个重试按钮,我点了按钮,几分钟后它仍然显示出错。

答案:

appengine.google.com是创建项目的旧地方。



新地点是 https://控制台。 developers.google.com/project ,并且在新地点创建项目时,您需要自己创建一个存储桶,然后您可以像这样使用它(在php中):file_put_contents(gs:// bucket_name / object_name,hello);

In Administration -> Application Settings -> Cloud Integration it says: An error occurred when creating the project. Please retry. then there is a retry button, I clicked the button, few minutes later it still shows that error.

解决方案

The answer:

appengine.google.com is the old place to create projects.

The new place is https://console.developers.google.com/project, and when creating projects in the new place, you need to create a bucket yourself, then you can use it like this(in php): file_put_contents("gs://bucket_name/object_name", "hello");

这篇关于应用引擎无法创建默认存储分区的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆