Powerapps connector error

i keep geeting below error in Powerapps even though the request works in postman and elsewhere

{
“OCRExitCode”: 99,
“IsErroredOnProcessing”: true,
“ErrorMessage”: [
“Unable to recognize the file type”,
“E216:Unable to detect the file extension, or the file extension is incorrect, and no ‘file type’ provided in request. Please provide a file with a proper content type or extension, or provide a file type in the request to manually set the file extension.”
],
“ProcessingTimeInMilliseconds”: “0”
}

Hello, can you please post your Powerapps source code (or a screenshot) here?

thanks for responding.

Connector settings:

Full response headers:
{
“cache-control”: “no-cache”,
“content-length”: “392”,
“content-type”: “application/json; charset=utf-8”,
“date”: “Sat, 27 Apr 2024 06:37:06 GMT”,
“expires”: “-1”,
“pragma”: “no-cache”,
“x-aspnet-version”: “4.0.30319”,
“x-ms-apihub-cached-response”: “false”,
“x-ms-apihub-obo”: “false”,
“x-powered-by”: “ASP.NET
}