Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/api/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Gmail API-列表过滤器调用失败_Api_Gmail - Fatal编程技术网

Gmail API-列表过滤器调用失败

Gmail API-列表过滤器调用失败,api,gmail,Api,Gmail,im使用以下方法:users.settings.filters.list获取我们的商业电子邮件帐户中的筛选器列表,但它返回503错误消息。我们目前在这个帐户上设置了800多个过滤器。当我用不同的帐户测试完全相同的脚本时(低过滤器计数),它工作得很好。我假设我拥有的过滤器数量是问题所在,在谷歌端处理请求时可能超时? 有没有办法限制我可以通过的过滤器或任何其他参数的数量? { "error": { "code": 503, "m

im使用以下方法:users.settings.filters.list获取我们的商业电子邮件帐户中的筛选器列表,但它返回503错误消息。我们目前在这个帐户上设置了800多个过滤器。当我用不同的帐户测试完全相同的脚本时(低过滤器计数),它工作得很好。我假设我拥有的过滤器数量是问题所在,在谷歌端处理请求时可能超时? 有没有办法限制我可以通过的过滤器或任何其他参数的数量?

{
  "error": {
    "code": 503,
    "message": "The service is currently unavailable.",
    "errors": [
      {
        "message": "The service is currently unavailable.",
        "domain": "global",
        "reason": "backendError"
      }
    ],
    "status": "UNAVAILABLE"
  }
}