1

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.

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449
bala.alab
  • 66
  • 4

1 Answers1

0

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.

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449