简体   繁体   English

谷歌智能行动

[英]Google smart action

We develop an app to be used with Google assissant.我们开发了一个与 Google 助理一起使用的应用程序。 All works fine in develop envirnoment, than when we deploy in test envirnoment on aws we have these errors from Google: DEADLINE_EXCEDEED RESOURCE_EXHAUSTED these when we answer to a Sync request.在开发环境中一切正常,而不是当我们在 aws 上的测试环境中部署时,我们从 Google 收到以下错误:当我们回答同步请求时,这些错误是 DEADLINE_EXCEDEED RESOURCE_EXHAUSTED。 The account link and the First Sync are working fine?帐户链接和首次同步工作正常吗? Any idea?任何想法?

DEADLINE_EXCEEDED - This generally happens when an intent request times out waiting for a response. DEADLINE_EXCEEDED - 这通常发生在意图请求超时等待响应时。 If you're seeing these errors during account linking, it may also be related to the time taken to issue the OAuth token in addition to the initial SYNC .如果您在帐户链接过程中看到这些错误,这也可能与发出 OAuth 令牌以及初始SYNC所需的时间有关。

RESOURCE_EXHAUSTED - This happens when you call Request Sync more than once concurrently for a given agentUserId . RESOURCE_EXHAUSTED - 当您为给定的agentUserId多次同时调用 Request Sync 时会发生这种情况。 For more details see the Error responses section of the Request Sync developer guide .有关更多详细信息,请参阅请求同步开发人员指南错误响应部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM