OverQuotaError: The API call search.IndexDocument() required more quota than is available.

270 views
Skip to first unread message

Simo Ahava

unread,
Sep 3, 2018, 5:44:20 PM9/3/18
to Google App Engine
I'm getting the

OverQuotaError: The API call search.IndexDocument() required more quota than is available.

error with every single index operation I try to make even though I shouldn't have breached any quotas. This started quite suddenly a couple of weeks ago.

I try to index ~500 documents, and I use the Task Queue to index each one individually with a 5/s refresh rate. But the very first call already fails with the quota error.

Not one of the quota reports in Cloud console are anywhere near reaching the limit. The highest possible quota utilization rate is 1% for Frontend instance hours, all the others are rounding down to 0%.

Could somebody help me out? The project ID is search-www-simoahava-com.

Thank you,

Simo Ahava

Monica (Google Cloud Platform)

unread,
Sep 3, 2018, 9:41:28 PM9/3/18
to Google App Engine
You are using the maximum amount of stored data as specified by the Search API’s Free quotas [1] limit (0.25 GB of Total Storage including Documents and Indexes).
You can add more storage to your Search API Total Storage on a monthly basis by creating a Billing account [2] and enabling it to your project [3]. You can refer to the costs of Search pricing table [4] to estimate the charges for adding storage data to your Search API. 

Simo Ahava

unread,
Sep 4, 2018, 4:37:18 PM9/4/18
to Google App Engine
Thank you Monica,

is there away to monitor this quota usage? I tried looking through the various quota pages in the console, but I couldn't find this particular quota listed anywhere.

Best regards,

Simo

Jorge A (Google Cloud Support)

unread,
Sep 6, 2018, 5:00:08 PM9/6/18
to Google App Engine
Here's how to look at your indexes and the documents within them [1]. You can do so by clicking on the link [2]. Clicking an index name displays the documents that index contains, this gives you an idea of how close you are at reaching the total Storage quota [3], which includes documents and indexes, for Search API.

Reply all
Reply to author
Forward
0 new messages