Hello people. I have two Java projects running on AppEngine, one of the 
projects has a MySQL instance and is already connected to AppEngine. I 
would like both projects to connect to the same database. I've already 
activated the Cloud SQL APIs, Cloud SQL Admin even so it didn't work, I'm 
getting the following error:

{
     "code": 403,
     "errors": [
         {
             "domain": "global",
             "message": "The client is not authorized to make this 
request.",
             "reason": "notAuthorized"
         }
     ],
     "message": "The client is not authorized to make this request."
}

can you help me?

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0c0d1fbe-9479-421b-8da3-326ab611dc7fn%40googlegroups.com.

Reply via email to