我正在调用以下端点https://graph.microsoft.com/v1.0/planner/plans/:planId/tasks?$select=id,title,appliedCategories,assignments,dueDateTime,createdDateTime,percentComplete
有时调用失败并显示权限错误(并非总是如此),但对Graph API
的其他调用在使用token
错误响应是
{
"error": {
"code": "",
"message": "You do not have the required permissions to access this item.",
"innerError": {
"request-id": "f8b43045-b062-4e57-9c7f-c4380c197f55",
"date": "2017-08-17T11:34:11"
}
}
}
答案 0 :(得分:1)
感谢您的举报。现在应该解决此问题,如果您仍然遇到此问题,请告知我们。