app engine failed to create default storage bucket

2020-06-28 13:02发布

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.

1条回答
做个烂人
2楼-- · 2020-06-28 13:43

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");

查看更多
登录 后发表回答