Microsoft graph api Microsoft Graph API应用程序徽标

Microsoft graph api Microsoft Graph API应用程序徽标,microsoft-graph-api,Microsoft Graph Api,在2017年5月的测试版更新中,通过从mainLogo更改为logo的GRAPH API检索应用程序徽标。当使用新API通过Graph Explorer进行测试时,它现在会出现如下错误消息,尝试logoUrl属性时,也失败了 API调用 https://graph.microsoft.com/beta/applications/[ApplicationID]/logo { "error": { "code": "Request_UnsupportedQuery",

在2017年5月的测试版更新中,通过从mainLogo更改为logo的GRAPH API检索应用程序徽标。当使用新API通过Graph Explorer进行测试时,它现在会出现如下错误消息,尝试logoUrl属性时,也失败了

API调用
https://graph.microsoft.com/beta/applications/[ApplicationID]/logo

{
    "error": {
        "code": "Request_UnsupportedQuery",
        "message": "This property logo cannot be read. Please use the logoUrl property.",
        "innerError": {
            "request-id": "623806c0-6255-4b7d-bce1-d1cb7a982e6c",
            "date": "2017-06-09T20:21:37"
        }
    }
}

logoUrl位于信息下,例如
https://graph.microsoft.com/beta/applications/[ApplicationID]/info/logoUrl

您的问题是什么,您想在URL或其他方面提供帮助吗?检索应用程序徽标的新API不起作用,并且出现post错误。如何通过Graph API检索应用程序徽标