请求远低于Google日历配额,但我们仍然得到403个答复

发布于 2025-01-26 08:10:28 字数 708 浏览 0 评论 0原文

尝试发布到/events端点时,我们偶尔会收回此错误。

  "error": {
    "errors": [{
      "domain": "usageLimits",
      "reason": "quotaExceeded",
      "message": "Calendar usage limits exceeded."
    }],
    "code": 403,
    "message": "Calendar usage limits exceeded."
  }
}

但是,我们似乎远低于我们的配额。我们的配额是每分钟20,000个请求,我们的7天峰值低于12,000。然而这些错误仍然存​​在。 (我们对每分钟用户请求的配额是60,000,000,这没有任何意义。)

我们有一个用户正在创建大量事件(在过去30天内26,000个),并且该用户获得了这些消息的大部分,但是其他用户也得到了...我们确认的用户在这些限制下是

我们发现此工作空间管理员帮助文档这表明某些类型的工作空间帐户(新的,便宜,便宜,等等)可能会受到更严格的限制。如果某人介绍我们的项目使用Google日历API,这些限制是否适用?

We occasionally get this error back when trying to POST to the /events endpoint.

  "error": {
    "errors": [{
      "domain": "usageLimits",
      "reason": "quotaExceeded",
      "message": "Calendar usage limits exceeded."
    }],
    "code": 403,
    "message": "Calendar usage limits exceeded."
  }
}

However, we seem to be well below our quota. Our quota is 20,000 requests per minute, and our seven-day peak is under 12,000. Yet these errors persist. (Our quota for requests per user per minute is 60,000,000 which doesn't make any sense.)

We have one user who is creating a large number of events (26,000 over the last 30 days) and that user gets the bulk of these messages, but other users get them, too...users that we've confirmed are well below these kinds of limits.

We found this workspace administrator help document that indicates some types of Workspace accounts (new, cheap, etc.) might have tighter restrictions. Do those restrictions apply if somebody is Oauthing in to our project to use the Google Calendar API?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文