Unable to Retrieve File when Converting Office Files to PDF with Aspose.PDF Cloud

The software I use is Aspose to convert Office files to PDF.

After conversion, I am trying to retrieve the files stored in Aspose Storage.
However, it is not working as I am getting the following response
What is the cause?
The API endpoint used is /v3.0/pdf/storage/file/{path}.

{
    "RequestId": "23e7abb7-dbb3-49f9-868a-bc2815f25a22",
    "Error": {
        "Code": "internalError",
        "Message": "Missing content-type boundary.",
        "Description": "Operation Failed. Internal error.",
        "DateTime": "2023-09-29T07:02:34.4613801Z",
        "InnerError": null
    }
}

@VideoStep

I have tested the DownloadFile API and am unable to find any issues. Please share your sample code along with your credentials via a private message. We will investigate the issue and guide you accordingly.

1 Like