“未知错误"在 Microsoft 图形资源管理器中资源管理、图形、器中、错误

2023-09-06 17:55:59 作者:心痛为谁、不解释

I'm using the Microsoft Graph Explorer on the Microsoft Planner (formerly Tasks) API.

I can requests users fine, e.g. /beta/users.

微软 将调查Windows 10文件资源管理器搜索框问题

But when I try to access my plans using /beta/me/plans or /beta/plans/{ID}, I get an unknown error with the details below:

Status Code: 403

{
    "error": {
        "code": "UnknownError",
        "message": "",
        "innerError": {
            "request-id": "62299f57-1792-4b0c-8b60-8613c54f4f50",
            "date": "2017-01-17T21:12:51"
        }
    }
}

I'm trying to query the tasks on a plan that I own.

解决方案

This API has changed. This URL should be

GET https://graph.microsoft.com/v1.0/me/planner/plans