gpt4 book ai didi

java - 订阅 Microsoft Graph 推送通知时的状态代码 429

转载 作者:行者123 更新时间:2023-11-30 06:36:05 25 4
gpt4 key购买 nike

我正在尝试订阅 Microsoft 推送通知,但每次尝试调用订阅端点时都会收到状态代码(429 请求过多)。根据文档:

https://developer.microsoft.com/en-us/graph/docs/concepts/errors Client application has been throttled and should not attempt to repeat the request until an amount of time has elapsed.

但是,自从我昨天尝试并遇到此错误以来,我现在尝试并遇到了相同的错误。也许,我应该等待的时间并不是主要原因。即使我长时间不请求 Microsoft Graph 执行完全独立的请求,也会出现问题。有关请求的信息:

https://graph.microsoft.com/v1.0/subscriptions 

请求负载::

{
"resource": "me/calendars/{calendarId}/events",
"notificationUrl": "https://{myApp}/office365/notifications/",
"changeType": "created,updated,deleted",
"expirationDateTime": "2017-07-22T08:23:42Z"
}

错误:

{
"error": {
"code": "ExtensionError",
"message": "Operation: Create; Exception: [Status Code: 429; Reason: ]",
"innerError": {
"request-id": "1ed7e537-8524-4a8b-89eb-43501066e7fa",
"date": "2017-07-19T09:55:27"
}
}
}

这里可能出现什么问题?它是否会因为我之前尝试订阅同一资源多次而出现此错误?

最佳答案

我们调查了此请求,发现它受到限制,因为它超出了允许的最大订阅数。

关于java - 订阅 Microsoft Graph 推送通知时的状态代码 429,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45187317/

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