“未知错误"在 Microsoft 图形资源管理器中 [英] "Unknown Error" in Microsoft Graph Explorer

查看:13
本文介绍了“未知错误"在 Microsoft 图形资源管理器中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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

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

这篇关于“未知错误"在 Microsoft 图形资源管理器中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆