Microsoft Graph 上传图片

Microsoft Graph upload image

我正在尝试向 https://graph.microsoft.com/v1.0/me/photo/$value 发出 PUT 请求 使用 Microsoft Graph 资源管理器

但是我收到内部错误 500。我是做错了什么还是图形有问题API

    {
    "error": {
        "code": "ErrorInternalServerError",
        "message": "An internal server error occurred. The operation failed., The file you chose isn't an image. Please choose a different file.",
        "innerError": {
            "request-id": "60c801ff-7d83-47a1-9d38-c01a4769ec1b",
            "date": "2018-08-08T09:28:18"
        }
    }

在当前状态下,您无法使用 Microsoft Graph Explorer 上传二进制文件。使用 Postman 上传二进制文件。使用 "User.ReadWrite" 作为权限和内容类型发出 PUT 请求:Image/Jpeg。