Torsten2217 / google-plus-platform

Automatically exported from code.google.com/p/google-plus-platform
0 stars 0 forks source link

Forbidden #783

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
     i implement Google + domain API in php with Oath 2.0. I got access token from the requesting call but when i call the API for listing circle at that time i will get following error not event for this but for every API call i got this error

Error:
'{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "forbidden",
    "message": "Forbidden"
   }
  ],
  "code": 403,
  "message": "Forbidden"
 }
}
'
Please Help me in this problem

Thank you,

Original issue reported on code.google.com by hardikku...@gmail.com on 4 Mar 2014 at 11:47

GoogleCodeExporter commented 9 years ago
any hint here ?

Original comment by carlos.k...@gmail.com on 28 Apr 2014 at 11:07