python gspread中的“ RESOURCE_EXHAUSTED”错误

时间:2019-05-06 03:52:28

标签: python google-api gspread

我正在为朋友编写一个程序,以帮助编写便签卡,并且该程序可以正常工作,直到遇到一个奇怪的错误:

ConcurrentQueue

我很困惑,因为这不是问题,我也不知道为什么会这样

我的代码:

gspread.exceptions.APIError: {
  "error": {
    "code": 429,
    "message": "Quota exceeded for quota group 'ReadGroup' and limit 'USER-100s' of service 'sheets.googleapis.com' for consumer 'project_number:74842143740'.",
    "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/PROJECT#/apiui/credential"
          }
        ]
      }
    ]
  }
}

在我看来,它不应该经常这样称呼它,所以我不知道发生了什么。我的朋友正在研究他的东西,突然间所有东西都变成红色了(我放到repl.it上),他以为他弄坏了东西。他很快就需要这个,因此我们将不胜感激。

0 个答案:

没有答案