Hello Vijayakumar,
I see that you get 413 code, which means the server rejected the payload because it's too large. In sandbox it will occur if you are trying to upload larger file, try with smaller file. If you are using post method try with save document.
Hope my answer helps. Reach me out for any queries.
Hi vijayakumar,
If I understand the issue, I present some insights, and potential solutions
This error suggests that the upload process took longer than the configured timeout limit (30,000 milliseconds or 30 seconds). It could be due to network latency or an issue with the file upload process itself.
Intermittent Issue: The logs mention that it's an intermittent issue, and it cannot be recreated consistently. Intermittent issues are often challenging to debug.
File Size Limit Exceeded (413 Request Entity Too Large): The second error log from the sandbox environment indicates a "413 Request Entity Too Large" error. This error typically occurs when the size of the file being uploaded exceeds the server's configured limit.
Network or Server Configuration Issues: Issues related to network connectivity or server configuration could also contribute to these problems.
** Kindly accept my answer if it assist you to solve your problem.
hello,
I think , If you're unable to upload files using File Dropper in a sandboxed environment, You can start by checking the sandbox's file access permissions and network configuration. Test with different file types to pinpoint any specific limitations. Review error messages for insights into the issue. If problems persist, reach out to the sandbox or File Dropper support teams for further assistance.
Have a nice day.