I have installed the on-prem version of the Laserfiche API and it is working well.
When I tried to create an entry with a file size larger than 100MB I got a 413 error. I was able to get past that error by editing the web.config file and increasing the maxAllowedContentLength as mentioned in this post: https://answers.laserfiche.com/questions/184791/The-request-failed-with-HTTP-status-413-Request-Entirty-Too-Large-error-received-when-scanning-in-Web-Client (I also tried the answer in this post but it did not help https://answers.laserfiche.com/questions/174587/413-Request-Entity-Too-Large--Workflow-Web-Service-API)
I now get the below 400 error and have not been able to get past it, any help would be appreciated:
{
"errors": {
"": [
"Failed to read the request form. Request body too large."
]
},
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
"title": "One or more validation errors occurred.",
"status": 400,
"traceId": "00-c414bebff3144221dae13990107cd611-6b3eccb5029d9e28-00"
}