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
}
}