Google App Engine预期搜索订阅超出配额

时间:2014-09-16 16:09:36

标签: android google-app-engine

我的应用程序最近在一个流行的Android论坛上发布,它带来了大量的流量,这是我没想到的。我唯一的配额是预期搜索订阅,似乎没有办法通过计费或其他方式增加该配额,因此该应用程序将无法使用,直到配额在16小时内重置。

我的应用已报告此堆栈跟踪:

com.google.api.client.googleapis.json.GoogleJsonResponseException: 503 Service Unavailable
{
    "code": 403,
    "errors": [
    {
        "domain": "global",
        "message":
    "com.google.apphosting.api.ApiProxy$OverQuotaException: The API call matcher.Subscribe() required more quota than is available.",
        "reason": "backendError"
    }
    ],
    "message":
"com.google.apphosting.api.ApiProxy$OverQuotaException: The API call matcher.Subscribe() required more quota than is available."
}

在配置重置之前,我有什么办法可以增加配额或让后端继续运行吗?

1 个答案:

答案 0 :(得分:0)

根据this doc,您可以设置每日预算以增加配额。