Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

API quota for Gmail REST API and Gmail IMAP using same console app

Gmail IMAP is also moved to Oauth2 authentication. So, we are using same console app for Gmail REST API and Gmail IMAP.
My Question : For IMAP and REST API the quota allotted will be shared or each has its own quota? If so can any one share quota for Gmail IMAP.

like image 681
pavan kumar Avatar asked Feb 24 '16 10:02

pavan kumar


People also ask

How can I increase Gmail API limit?

Increase the quota for an APIUnder Project, select the project you're using for the migration. Quotas. Using the checkboxes, select one or more quotas to edit, then click Edit Quotas. Billing must be enabled on the project in order to click the checkboxes.

What is quota unit in Gmail API?

The Gmail API is subject to a daily usage limit, that applies to all requests made from your application, and per-user rate limits. Each limit is identified in terms of quota units, or an abstract unit of measurement representing Gmail resource usage.

Does Gmail API cost money?

Gmail API is available for free, but it has certain daily usage limits for API calls. Daily usage: 1 billion API calls per day. Per User Rate Limit: 250 API calls per user per second.


1 Answers

IMAP and GMAIL REST API has its own quota, Gmail API is subject to a daily usage limit that applies to all requests made from your application. For daily usage it has 1,000,000,000 quota units per day and 250 quota units per user per second rate limit.

For IMAP mail client, the maximum number of recipient allowed for each eamil is 500 receipts.

To view usage limits for your project or to request an increase to your quota, open API library on the Developers Console.

like image 56
Android Enthusiast Avatar answered Sep 28 '22 00:09

Android Enthusiast