Google Calendar API返回每日限制错误

时间:2018-09-11 01:10:20

标签: google-api google-calendar-api

尝试访问Calendar API时出现以下错误

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "dailyLimitExceededUnreg",
    "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
    "extendedHelp": "https://code.google.com/apis/console"
   }
  ],
  "code": 403,
  "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
 }
}

但是,我检查了google开发者控制台,我远远没有达到我的限制(当最大值为1,000,000时,我有2500个查询)。另外,我看不到如何通过身份验证,因为我使用OAuth 2.0凭据进行api调用。

1 个答案:

答案 0 :(得分:0)

Google Developer Console中检查Google Calendar API的状态,如果已启用。 然后,在打开API后等待几分钟。您必须确保每次尝试都获得一个新令牌。

您还可以按照建议的操作来操作,以解决Google Calendar API Usage Limits错误。