收到一条奇怪的错误消息,我看到的任何地方都没有任何内容。授予对 Google My Business API 的访问权限,按照此处的说明进行操作;
https://developers.google.com/my-business/content/get-started
一切顺利,但预期的 200 响应实际上如下;
{
"error": {
"status": "PERMISSION_DENIED",
"message": "The request was blocked. Quota configuration not found for the requesting project.",
"code": 403,
"details": [
{
"violations": [
{
"description": "The request was blocked. Quota configuration not found for the requesting project.",
"subject": "project:XXXXXXXXXX"
}
],
"@type": "type.googleapis.com/google.rpc.QuotaFailure"
}
]
}
}
任何人都知道如何在 Google Developer 控制台中添加配额,或者,如果此消息可能是权限过期的结果?(2月获得访问权限,直到现在才使用?)