使用Google Firebase身份验证接收TokenSecurityGroup配额限制错误

时间:2017-04-28 00:29:21

标签: firebase firebase-authentication

使用Firebase身份验证API时,我们正在达到未记录(似乎)配额限制的上限。我们得到的错误是

{
“error”: {
   “code”: 429,
   “message”: “Insufficient tokens for quota ‘SecureTokenGroup’ and limit 
‘CLIENT_PROJECT-1d’ of service ‘securetoken.googleapis.com’ for consumer 
‘api_key:*******************Wnmk’.“,
   “status”: “RESOURCE_EXHAUSTED”,
   “details”: [
     {
       “@type”: “type.googleapis.com/google.rpc.Help”,
       “links”: [
         {
       “description”: “Google developer console API key”,
       “url”: 
“https://console.developers.google.com/project/************/apiui/credential”
         }
       ]
     }
   ]
}
}

抛出异常的调用是:

POST https://securetoken.googleapis.com/v1/token?key=*************Wnmk 

我找不到有关此配额限制的任何文档,并且Firebase信息中心中没有任何内容显示已超出的呼叫(实际上所有呼叫都远低于限制)。

有没有人见过这个问题?

0 个答案:

没有答案