0

I am using signpost to create event in google calendar. After crossing all oAuth flow and trying to add event i am getting follow error.

"error": {
 "errors": [
  {
   "domain": "global",
   "reason": "authError",
   "message": "Invalid Credentials"
   "locationType": "header",
   "location": "Authorization"
  }
 ],
 "code": 401,
 "message": "Invalid Credentials"
}

What could be the issue?

Sureshkumar Menon
  • 1,165
  • 7
  • 27
  • 49
  • I would double check the Authorization header, mainly the access token type and token you're passing along. – bvstone Apr 30 '13 at 16:56
  • You can use the google tokeninfo endpoint: https://www.googleapis.com/oauth2/v1/tokeninfo?access_token= to see if your token is actually valid. – Tim Bray May 01 '13 at 22:38

0 Answers0