Google: rateLimitExceeded
-
We use WP Mail SMTP to send mail using a Gmail API. Some Notification Emails fail due to the Topic Title Reason and not for the same recipients or the same number of emails. The full JSON is shown below. Can you suggest how to correct.
{ "error": { "code": 403, "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per minute per user' of service 'gmail.googleapis.com' for consumer 'project_number:161471765097'.", "errors": [ { "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per minute per user' of service 'gmail.googleapis.com' for consumer 'project_number:9999999999'.", "domain": "usageLimits", "reason": "rateLimitExceeded" } ], "status": "PERMISSION_DENIED" } }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Google: rateLimitExceeded’ is closed to new replies.