【问题标题】:RESOURCE_EXHAUSTED error when making requests to the Google Assistant API向 Google Assistant API 发出请求时出现 RESOURCE_EXHAUSTED 错误
【发布时间】:2017-04-28 01:15:19
【问题描述】:

在使用 Google Assistant SDK 玩了一段时间后,我开始收到此错误:

grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with 
(StatusCode.RESOURCE_EXHAUSTED, Insufficient tokens for quota 
'ConverseGroup' and limit 'DailyLimit' of service 
'embeddedassistant.googleapis.com' for consumer 'project_number:
<REDACTED>'.)>

这是什么意思,我该如何解决?

【问题讨论】:

    标签: grpc google-assistant-sdk


    【解决方案1】:

    Google 智能助理 SDK 可以免费使用,但有一些 daily usage limits per account,以防止滥用 API(例如,terms of service 允许的非个人或非开发用途)。

    此跟踪是您在达到该限制时得到的错误。

    解决这个问题最直接的方法是第二天再试一次。如果您需要对您的项目提出更多请求,您还可以联系此form to request more quota,说明您的项目是关于什么以及为什么需要它。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-04-03
      • 2022-01-10
      • 2018-06-09
      • 2014-12-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-09-09
      相关资源
      最近更新 更多