在进行 Outlook api https://outlook.office.com/api/v2.0/me/photo/ $value 调用以通过 Postman/ajax 调用获取照片时。得到以下错误。
{"error":{"code":"UnknownTokenType","message":"令牌类型未知。","innerError":{"requestId":"df42ad59-d446-48a6-bfbe-6a9334bde364","date ":"2019-08-09T08:06:24"}}}
能够获取 oauth 2.0 访问令牌并将其传递给 Outlook api 调用的标头。该调用返回 401 未授权状态以及错误消息 UnknownTokenType。
GET /api/v2.0/me/photo/$value HTTP/1.1
Host: outlook.office.com
Authorization: Bearer eyJ0eX..
User-Agent: PostmanRuntime/7.15.2
Accept: */*
Cache-Control: no-cache
Postman-Token: 53ee..
Host: outlook.office.com
Accept-Encoding: gzip, deflate
Connection: keep-alive
cache-control: no-cache
有人可以帮助解决错误代码吗?我相信令牌类型是 Bearer 已经与访问令牌一起传递
提前致谢。