gpt4 book ai didi

microsoft-graph-api - Microsoft Graph Calendar API - TargetIdShouldNotBeMeOrWhitespace 错误

转载 作者:行者123 更新时间:2023-12-04 07:16:11 28 4
gpt4 key购买 nike

我们使用 Microsoft Graph API 在 Outlook 中创建日历

以下是 HTTP 请求

POST https://graph.microsoft.com/v1.0/users/me/calendars
Content-type: application/json

{
"name": "My Calendar"
}


它工作了过去 2 年。突然它抛出一个错误
{
"error": {
"code": "TargetIdShouldNotBeMeOrWhitespace",
"message": "Id is malformed.",
"innerError": {
"request-id": "78bce863-d6fb-4ea9-b0f8-e5097010cef6",
"date": "2019-03-23T11:54:34"
}
}
}

当我们搜索文档时 ( https://docs.microsoft.com/en-us/graph/api/user-post-calendars?view=graph-rest-1.0 )。
我们发现 API URL 已更改
  • 像这样的关键更新何时推出,导致我们的流程中断?
  • 是否有任何官方 channel /群组通知这些更改。

  • 邮件 API 的类似问题 Microsoft Graph API - SendMail http 400 - API url from documentation not working

    最佳答案

    正确的 URI 是 /me ,不是 /users/me .幕后制作,/me只是 /users/{id} 的别名.索取 /users/me将相当于要求 /users/users/me .

    听起来您正在利用一种意外行为。当该行为得到纠正后,它停止工作。

    关于microsoft-graph-api - Microsoft Graph Calendar API - TargetIdShouldNotBeMeOrWhitespace 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55332945/

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