Microsoft graph api 跟随DeltaLink时出错不能使用ItemIDForFolderId

Microsoft graph api 跟随DeltaLink时出错不能使用ItemIDForFolderId,microsoft-graph-api,microsoft-graph-mail,Microsoft Graph Api,Microsoft Graph Mail,我正在尝试使用DeltaLink从日历中获取事件更改。它工作得很好,但有时会出现HTTP400-ErrorCannotUseItemIdForFolderId错误 奇怪的是,当我第二天发送相同的DeltaLink时,我得到了成功的回复 这个德塔林克怎么了 请求: GET https://graph.microsoft.com/v1.0/users/{id}/calendars/{id}/calendarView/delta?$deltatoken={token} 答复: "error": {

我正在尝试使用DeltaLink从日历中获取事件更改。它工作得很好,但有时会出现
HTTP400-ErrorCannotUseItemIdForFolderId
错误

奇怪的是,当我第二天发送相同的DeltaLink时,我得到了成功的回复

这个德塔林克怎么了

请求:

GET https://graph.microsoft.com/v1.0/users/{id}/calendars/{id}/calendarView/delta?$deltatoken={token}
答复:

"error": {
   "code": "ErrorCannotUseItemIdForFolderId",
   "message": "Expected a folder Id but received an item Id.",
    "innerError": {
        "request-id": "a704ea5f-2677-4f38-88c0-aaca240b4cb8",
        "date": "2019-05-30T16:40:46"
    }
}

@谢谢你的帮助。这是一个已知的问题吗?@Marclafler谢谢你的帮助。这是一个已知的问题吗?