Google+ Domains API - You do not have permission to execute this method.

419 Views Asked by At

Enabled Google+ Domains API. Added Restrictions URL.

But still when i try this API from google api-explorer and python code both the result is throwing this error.

403

- Show headers -

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "forbidden",
    "message": "Forbidden"
   }
  ],
  "code": 403,
  "message": "Forbidden"
 }
}

Anybody can help us.

1

There are 1 best solutions below

2
Linda Lawton - DaImTo On

The user you are authenticated as does not have a Google domains account. Try and run authentication again with the correct user.

Note: Google+ domains is like google apps and gsuite. It is not Google+ the social media website.