Question

Independent
CA
Last activity: 2 Nov 2020 8:56 EST
Maximum Attachment Size in Connect-REST with multipart/form-data
I would like to know where the maximum size of an attachment in a Connect-REST call. In attempting to attach a 20+MB document via pyRequestAttachmentPage, I was getting the following exception:
Caught unhandled exception: java.lang.RuntimeException: java.net.SocketException: Broken pipe (Write failed)
The exception occurred in pyInvokeRESTConnector activity.
I would like to find out what is limiting the size of attachment in the case of making a Connect-REST call.