I'm unable to use Google plus Domains API, even from the API explorer.
I tried to explore some methods in domains API, but I failed.
For example plusDomains.people.get
give userId
as "me".
authorized with my domain admin account.
I got the below response.
403 Forbidden
- Show headers -
{
"error": {
"errors": [
{
"domain": "plusDomains",
"reason": "forbiddenScope",
"message": "Access to the Google+ Domains API is not allowed as the user has consented to incompatible scopes. See: https://developers.google.com/+/domains/authentication/."
}
],
"code": 403,
"message": "Access to the Google+ Domains API is not allowed as the user has consented to incompatible scopes. See: https://developers.google.com/+/domains/authentication/."
}
}