一般异常 Microsoft Graph API OfficeConversion_ConverterInternal

General Exception Microsoft Graph API OfficeConversion_ConverterInternal

上个月左右,我一直在通过将我的 word 文档转换为 pdf 来调用此端点,并且它运行良好:

https://graph.microsoft.com/v1.0/drives/{drive_id}/root/children('example.docx')/content?format=pdf

我今天试过了,似乎我没有收到 pdf 作为回复,而是:

{
    "error": {
        "code": "generalException",
        "message": "Error from Office Service. Url=https://wordcs.officeapps.live.com/document/export/pdf HttpCode=NotFound cert=subject:;thumbprint: ResponseHeaders=Connection: close\r\nDate: Wed, 27 Jan 2021 14:14:23 GMT\r\nServer: Microsoft-IIS/10.0\r\nX-Powered-By: ASP.NET\r\n",
        "innererror": {
            "code": "OfficeConversion_ConverterInternal"
        }
    }
}

我遵循了 Microsoft 的这些文档,但没有任何帮助:/

https://docs.microsoft.com/en-us/graph/api/driveitem-get-content-format?view=graph-rest-1.0&tabs=http

当我不使用格式参数获取 pdf 转换时,我至少可以从原始文件成功获得响应 (200):

https://graph.microsoft.com/v1.0/drives/{drive_id}/root/children('example.docx')/content

Microsoft Graph API 最近更新了吗?

此外,我确实拥有所有 Azure 访问权限以及所有这些,因为这在过去一个月内一直运行良好,所以我几乎可以肯定 API 已更改,或者我的域可能被阻止或其他原因...... .

请立即检查。问题已解决。