我的应用程序最近在一个流行的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."
}
在配置重置之前,我有什么办法可以增加配额或让后端继续运行吗?