Quota API for Gmail REST API and Gmail IMAP using the same console application

Gmail IMAP also migrates to Oauth2 authentication. So, we use one console application for the Gmail REST API and Gmail IMAP.
My question is:. For IMAP and REST API, will the distributed quota be split or does each have its own quota? If so, can anyone share a quota for Gmail IMAP.

+5
source share
1 answer

The IMAP and GMAIL REST APIs have their own quota, the Gmail API is subject to a daily usage limit, which applies to all requests made from your application. For daily use, it has 1,000,000,000 quotas per day and 250 quotas per user speed limit.

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

To view usage restrictions for your project or request a quota increase, open the API library on the Developer Console.

0
source

Source: https://habr.com/ru/post/1243740/


All Articles