What is the quota request for the document list API?

We are currently integrating access to Google Drive / Docs in our mobile applications, and for this purpose we use the Google Docs API list. Are there limits on the number of requests allowed per API key?

I can’t find any information in the Google API Console because the API list of documents is not listed there. I can activate the Google Drive API (which does not yet support the functionality we need).

+3
source share
1 answer

The Document List API does not use API keys in the same way as new APIs such as Drive. We (Google) do not provide accurate quota data for this API, but in general the value is extremely high. You may come across 503 answers that indicate that you should perform an exponential shutdown . If, despite this, you have reached the absolute ceiling, you should contact us, and we will research and see to increase your quota.

+4
source

All Articles