I am building several Android apps that leverage Google Cloud services. I successfully created an app using Cloud Endpoints and built-in Datastore. But, I was unable to access this data from another app using Remote API. Hence, I'm considering switching to Cloud SQL as it allows multiple apps to connect to it.
My understanding is that you cannot connect non-GAE apps to Cloud SQL. Do I need to expose a GAE web service that my android clients can call?
Any advice will be much appreciated.
Thanks in advance!