gpt4 book ai didi

azure - Microsoft ToDo 任务创建订阅图形 API 中出现禁止错误

转载 作者:行者123 更新时间:2023-12-02 05:56:11 25 4
gpt4 key购买 nike

使用 Graph API 创建订阅时,即使我们在访问 token 中有足够的权限,也会收到以下错误。

token 权限:Calendars.ReadWrite Contacts.ReadWrite Tasks.ReadWrite User.Read profile openid email

{
"error": {
"code": "ExtensionError",
"message": "Operation: Create; Exception: [Status Code: Forbidden; Reason: Access is denied to the requested resource. The user might not have enough permission.]",
"innerError": {
"date": "2022-11-30T08:23:03",
"request-id": "0541655d-83f3-456e-af47-165caf259c76",
"client-request-id": "0541655d-83f3-456e-af47-165caf259c76"
}
}
}

使用的详细信息:

请求网址:

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

请求正文:

{
"notificationUrl":"<development-url>/notifications/office365/graph/v1",
"expirationDateTime":"2022-12-03T06:48:06Z",
"resource":"/me/todo/lists/{taskListId}/tasks",
"changeType":"created,updated,deleted",
"clientState":"<client-state>"
}

使用的 API - https://graph.microsoft.com/v1.0/subscriptions ( Microsoft documentation )

问题受影响的用户数量 - 190

最佳答案

根据 doc要创建 todoTask 的订阅,用户必须具有 Tasks.ReadWrite 指定权限,不支持应用程序权限,请检查您拥有什么权限?

enter image description here

希望这有帮助

谢谢

关于azure - Microsoft ToDo 任务创建订阅图形 API 中出现禁止错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/74624973/

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