Getting a 500 response and a message "Request body too large. The max request body size is 30000000"

Hi, I am trying to send a file of size 40 MB to a flow in Decisions configured as an API. But when I am trying to hit the API from postman I am getting a 500 response and a message "Request body too large. The max request body size is 30000000 bytes".

Can you please help me out here? Why I am getting this message? How can I send the file of size>30000000 bytes to a flow in Decisions configured as an API? Is there a limit on the file size which we can send?

Comments

  • Hi, I would like to tell you that in Decisions the limit is based on how you connect.

    The 28.6MB limit is for a HTTP1.1 connection. If you connect via HTTP/2, then you are limited to the server/processing/ram limit.

    To make this scenario working, both Server and Client need to be communicating on HTTP/2.

Sign In or Register to comment.