【发布时间】:2021-01-04 17:07:33
【问题描述】:
正在运行的谷歌助手示例 python 应用程序,即 googlesamples-hotword 和 googlesamples-pushtotalk 在请求过多后停止;并给我一个如下错误
ERROR:root:Failed to register device: {
"error": {
"code": 429,
"message": "Quota exceeded for quota metric 'embedded-assistant-prod/converse_requests' and limit 'ConverseRequestsPerDayPerProject' of service 'embeddedassistant.googleapis.com' for consumer 'project_number:PROJECT_ID'.",
"status": "RESOURCE_EXHAUSTED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.Help",
"links": [
{
"description": "Google developer console API key",
"url": "https://console.developers.google.com/project/PROJECT_ID/apiui/credential"
}
]
}
]
}
}
配额更新后(24 小时后),它再次开始工作。
我找不到任何 google-assistant-sdk 的定价信息。
有没有办法增加配额?避免这个错误?
配额限制大小是多少?
目前处于开发者预览阶段,什么时候发布?
谷歌能否根据要求提高特定项目/用户的配额限制?
【问题讨论】: