400 - File Too Large
Tip
The file_too_large
error code will be returned if you attempt to save or transmit a file via API and the size of the file is greater than the allowed limit.
For example, if a particular API endpoint has a file size limit of 3MB, and your API request includes a file of 5MB, the request will be rejected with an error code of file_too_large
.