background
← Back to all provider errors

Google

dailyLimitExceeded — Daily Limit Exceeded

Project hit a daily quota limit.

Riposte solution

Your Google API project hit a daily quota limit. Riposte can't override Google's quotas. You should cease further calls for the day on that project or account. Consider requesting a higher quota from Google or optimizing your usage. In your application, catch this error and prevent additional requests (e.g., pause syncing via /accounts/{accountId}/pause) until the quota resets.

Quick facts

Provider
Google
Endpoint / surface
Google API (global)
Status code
403

Why it happens

[Exceeded courtesy or configured quota]

How to fix it

[Wait for reset or request higher quota; optimize calls]