Thursday, 16 January 2025

Error on LogicApp HTTP request with file content update

For the following error message “The response to partial content upload request is not valid. The status code returned in the subsequent partial content response is 'Created'. Expected status code is 'OK'.”, on my case, it happens due to data chucking.

Turn off the “Allow chunking” on content transfer, then it resolve the issue.


Screenshot of the error message



HTTP request with PUT method



Turn off the "Allow chunking"