Создан сервисный аккаунт в Google Cloud Console (https://console.cloud.google.com)
Сервисный аккаунт имеет роль "владелец".
Пошел на https://play.google.com/apps/publish и добавил этот аккаунт(используя электронную почту в файле json) с уровнем доступа «Администратор»
Убедитесь, что включен параметр «Просмотр финансовых отчетов».
Пытаясь проверить квитанцию, я всегда получаю этот ответ:
{
"error": {
"errors": [{
"domain": "androidpublisher",
"reason": "permissionDenied",
"message": "The current user has insufficient permissions to perform the requested operation."
}],
"code": 401,
"message": "The current user has insufficient permissions to perform the requested operation."
}
}
Что мне не хватает?
Я использую этот код: https://github.com/aporat/store-receipt-validator/