Authorized GAE applications must be in the same region as the database instance | Google App engine

送分小仙女□ 提交于 2019-12-06 06:37:54

问题


Unable to Connect to the cloud sql | Google App engine | Authorized GAE applications must be in the same region as the database instance error.

I did read this tutorial https://developers.google.com/appengine/docs/php/cloud-sql/

I tried to give my appID to Storage>>cloudsql>>Authorized App Engine Applications, but it shows me this

Authorized GAE applications must be in the same region as the database instance.


回答1:


Go to the cloud sql console at: https://console.developers.google.com/project/<project_id>/sql/instances

This will show your list of Cloud Sql instances. There's a column for region in the list that will tell you what region each instance is in.

I'm not sure offhand how to verify the region of an appengine app, but in order to be in EU you'd have to have premier account.



来源:https://stackoverflow.com/questions/26480959/authorized-gae-applications-must-be-in-the-same-region-as-the-database-instance

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