File Size Exceeded
The uploaded file exceeds the maximum allowed size for this endpoint.
At a glance
| Field | Value |
|---|---|
| HTTP status | 413 |
| Error code | FILE_SIZE_EXCEEDED |
| Type URL | https://developer.fieldnation.com/error-codes/file-size-exceeded |
| Content-Type | application/problem+json |
| Retryable | false |
| Agent action | FIX_INPUT |
What it means
The uploaded file exceeds the maximum allowed size for this endpoint.
When it is returned
- The file body is larger than the documented per-endpoint limit.
- A multipart upload's combined parts exceed the limit.
Troubleshooting
- Check the endpoint's documented size limit and compare against your file.
- Compress, resize, or split the file before retrying.
- For large client documents, use the dedicated large-upload flow if available.
Example response
HTTP/1.1 413 File Size Exceeded
Content-Type: application/problem+json{
"type": "https://developer.fieldnation.com/error-codes/file-size-exceeded",
"title": "File Size Exceeded",
"status": 413,
"detail": "The uploaded file exceeds the maximum allowed size.",
"code": "FILE_SIZE_EXCEEDED",
"retryable": false,
"correlationId": "01J9X7Q3F6E2K8B1Z5C4M0V2HA",
"agent": {
"action": "FIX_INPUT"
},
"errors": []
}Related
Last updated on