gpt4 book ai didi

microsoft-graph-api - Outlook API v2.0 getEvents 并发限制

转载 作者:行者123 更新时间:2023-12-03 23:50:39 32 4
gpt4 key购买 nike

我正在使用 Outlook api v2.0 rest api 对日历和事件执行 crud 操作,并且已经开始遇到速率限制问题。

例如,这个正在击中 calendarview endpoint :

GET https://outlook.office.com/api/v2.0/me/calendars/{CALENDAR_ID}/calendarview

响应头
  • Rate-Limit-Limit=10000
  • Rate-Limit-Remaining=9982
  • Rate-Limit-Reset=2019-10-23T15:27:11.409Z
  • 重试后=1
  • RateLimit-Exceeded=MailboxConcurrency
  • RateLimit-Scope=邮箱
  • 传输编码=分块
  • X-Proxy-BackendServerStatus=429
  • X-Powered-By=ASP.NET
  • X-RUM-验证=1

  • 响应体
    {
    "error": {
    "code": "ApplicationThrottled",
    "message": "Application is over its MailboxConcurrency limit."
    }
    }

    起初我认为这是每 10 分钟 10.000 个请求,但似乎我遇到了不同的请求。

    最佳答案

    该错误表明您已达到邮箱并发限制。根据文档,有 4 个并发请求的限制。

    您是否也有任何理由使用此 API 而不是 Microsoft Graph?

    https://docs.microsoft.com/en-us/graph/throttling#outlook-service-limits

    关于microsoft-graph-api - Outlook API v2.0 getEvents 并发限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58527581/

    32 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com