Hi Team,I am trying to send a file of 25 MB from external system to appian using webapi but its getting timeout as i's taking 30 seconds in appian.But in documentation, it was mentioned that we can receive files upto 75 MB , then if its taking more than 30 seconds and failing for files with approx 25 MB , how come we can make it work for larger files.We are trying to hit the API from insomnia, from there once the call is made, and time reaches 30 seconds , we are getting 500 timeout error.
Discussion posts and replies are publicly visible
Your 30-second 500 timeout is from Insomnia's default Request Timeout or a proxy/web server, not an Appian Web API limit.Increase Insomnia timeout and proxy timeouts; System handles 75 MB Document Upload Web APIs fine once the client waits long enough.
You will have to increase the timeout value on the Insomnia side.
Thank you. It worked.
Thank you. It worked