I created service account to consume Google Drive REST API for domain wide delegation. But from document I came to know that there are some limits API consumption such as
Now my questions are
Can anyone one help me please?
Each request to the Google API will be counted. You can monitor your quota details from Google Developer Console.
APIs & Auth -> APIs -> Select the API -> Navigate to Quota tab
.
Currently for the Drive API it reads "Courtesy limit: 1,000,000,000 requests/day". It's a per app quota.
After you've enabled the Drive API you can also set a per user rate limit (by default 100 req/sec) to prevent one user from depleting your app's quota. That's available in the "Quotas" tab.
There is also a link to request more quota in the "Quotas" tab in case you need more than the default 1B req/day.