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

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

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

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

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

+3


source to share


1 answer


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

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



I'm not sure how to check the appengine app region, but in order to be in the EU, you will need to have a master account.

+2


source







All Articles