GAE endpoint - access_token doesn't authenticate User
问题 I'm trying to make an authenticated call to a GAE endpoind method from a plain javascript environment (no gapi client), using the steps listed at: Google Accounts Authentication and Authorization The code is resembling the implementation found in the googleAuth.js file from: Google Auth (OAuth 2.0) for Titanium. The code is returning an access_token which is valid for getting user information from googleapis, using: curl https://www.googleapis.com/plus/v1/people/me?access_token=ya29.iA...