Google Developer Console Internal Error with Datastore

ぃ、小莉子 提交于 2019-12-02 01:20:23

For anyone coming across the issue, there are a few ways to resolve this:

  1. In the APIs section of the Dev Console, disable then re-enable the Cloud Datastore API.
  2. File a bug on the GAE public issue tracker (You can also send me an email directly with your Cloud project ID.)

For those interested in what is actually going on:

The Developers Console uses the Cloud Datastore API to access your project's Datastore. The current version of the Cloud Datastore API (v1beta2) uses a special version on your App Engine application (ah-builtin-datastoreservice) in order to serve this API. Unfortunately, sometimes when you first enable the Cloud Datastore API the deployment of this version fails.

We are currently working to remove this layer of the serving stack for the next version of the Cloud Datastore API.

EDIT: Cloud Console now uses Cloud Datastore API v1beta3, so disabling then re-enabling likely will not solve any connection issues.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!