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.
相关问题
- java.lang.NullPointerException at java.io.PrintWri
- __call__() missing 1 required positional argument:
- Upload file to Google Cloud Storage using AngularJ
- Where is the best place to put one-time and every-
- facebook “could not retrieve data from URL”
相关文章
- Is there a size limit for HTTP response headers on
- appcfg.py command not found
- Google app engine datastore string encoding proble
- Angular route not working when used with Google Ap
- Doctrine not finding data on Google App Engine?
- Using OkHttp client via OKClient on Google App Eng
- Google appEngine: 404 when accessing /_ah/api [dup
-
Google App Engine Error:
INVALID_ARGUMENT
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");