Hi Vaishnavesh,
As another solution, you need to verify that your two applications are on the same project as the database. If they are, then you shouldn’t have any problem connecting your second application to the same database and so you can follow these steps <https://cloud.google.com/sql/docs/app-engine-connect#v1-v2-update-app> to do it. If they are not, then you can follow the following steps(as also described here <https://cloud.google.com/sql/docs/app-engine-connect#gaev1-csqlv2>) to authorize your app in another project: 1. Go to the IAM & Admin Service accounts page. 2. Select the project that has your App Engine application. 3. Find App Engine default service account and copy the email address under it ([email protected]). 4. Using the top left project menu, return to the project that contains this SQL instance. 5. Click Add Member, enter the email address as the member, and choose Editor as the role. Then click Add. Let me know if that works for you and if not, I would need you to provide the following additional information to help you further: 1. Are the two applications on separate projects? 2. Provide a minimal working example of your code as described here <https://en.wikipedia.org/wiki/Minimal_Working_Example>, showing how you connect to your database from each of the App Engine applications. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/84b84ee0-9bfa-42ef-97ec-d2fb6569e311%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
