Not authorized to use Google Cloud Datastore for this project

淺唱寂寞╮ 提交于 2019-12-01 21:28:58

问题


As of today I'm unable to Query my own Datastore from the new App Engine Admin console. I'm stopped by an Datastore Error "You are not authorized to use Google Cloud Datastore for this project."

I'm the owner of the project and I've tried on other "owner" accounts but I get the same error. It was working fine last week.


回答1:


I had the same problem (reported and fixed) few months ago, I guess it came back with the last admin console update last week.

It is not a decent workaround but if you really need to perform a query before they fixe the issue you can:

  • open the datastore query page
  • remove the error from the html
  • select "Query using GQL" (this one is still working apparently)



回答2:


Looks like it's been resolved as of Today. I'm now able to access the Datastore Query page.



来源:https://stackoverflow.com/questions/29354624/not-authorized-to-use-google-cloud-datastore-for-this-project

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