HI All
I have a flow that scraps an email for text and attachments. Then passes through an on-premises gateway to an internal api using a custom connector.
This process completes fine as long as the attachment is under 3 Mb. If the attachment is over I receive the following error,
{
"message": "The request content-length is larger than '3182218' bytes. Current: '5046177' bytes.\r\nclientRequestId: ***",
"status": 413,
"error": {
"message": "The request content-length is larger than '3182218' bytes. Current: '5046177' bytes."
"source": "gatewayconnector
The API is successful using swagger internally with the larger attachment.
Is there a config file somewhere that restricts large file passing through the gateway, or am I on the wrong track.
Regards
Bevan