【发布时间】:2015-05-27 09:05:49
【问题描述】:
在执行BigQuery API 调用期间,我们得到以下异常:
Error while checking Result BigQuery DAO {
"location" : "query_job",
"message" : "Quota exceeded: Your project exceed quota for queries per day.
For more information see https://cloud.google.com/bigquery/troubleshooting-errors",
"reason" : "quota exceeded" }
我们很惊讶,并在 https://console.developers.google.com/project/1036887365938/apiui/apiview/bigquery/quotas 的开发者控制台中检查了我们的配额
我们在“配额摘要”/每天剩余 2,000,000 个请求下找到,即 总数的 100 %。
所以一切都应该没问题。怎么了?
【问题讨论】:
标签: google-bigquery quota google-console-developer