Troubleshooting Guide
Curl Upload
If you're seeing this error message:
curl: (26) Failed to open/read local data from file/application
Run the command again with -v
and you will see a more verbose output. This error can arise from the below web proxy size limits and will result in a code 413: Request Entity Too Large.
Web Proxy Size Limits
Size | Description |
---|---|
10MB | Request Body Size Limit |
150MB | File Upload Size Limit |
Last updated