0

After some time playing with the Google Assistant SDK, I start getting this error:

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>'.)>

What does this mean and how can I resolve this?

1 Answers1

1

The Google Assistant SDK is free to use but has some daily usage limits per account, to prevent abusive use of the API (e.g. non personal or non developmental use, as allowed by the terms of service).

This trace is the error you get when hitting that limit.

The most immediate solution to this problem, is to try again the next day. If you need more requests for your project, you can also reach out to this form to request more quota explaining what your project is about and why you need it.