I deployed a server in the app engine and use Cloud SQL as database. When I set the authorized networks to
0.0.0.0/0. Everything works fine. However, when I delete the network. I lost the connect from app engine to Cloud SQL.
I though all apps in the same projects are authorized by default as the site indicated. Cloud someone tell me how could I have done it correctly without using
0.0.0.0/0?