При попытке вызвать методы
plusDomains.activities.list
или
plusDomains.activity.insert
api explorer возвращает 403, хотя вызываю методы с правами super-admin для MyBusiness Google+ Page (аккаунт владельца).
При постинге из веб-приложения возвращает также 403.
google api explorer error text:
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/."
}
}
UPD: stackoverflow.com/questions/31912197/google-domain...