简体   繁体   中英

Google smart action

We develop an app to be used with Google assissant. 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. 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. 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 .

RESOURCE_EXHAUSTED - This happens when you call Request Sync more than once concurrently for a given agentUserId . For more details see the Error responses section of the Request Sync developer guide .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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