So do you give a 422 to reject uploads when out of quota?
How do I see the body of the 422 response? I couldn't get it via exception.response.body or exception.response.data - do you add explanatory text to the body?
Best answer by Mathis
Hi there,
Sorry about the confusion. I believe our API does not provide a specific explanation why an upload fails in that case, but yes, 422 often means the upload failed due to the account being out of quota actually.
View original
Sorry about the confusion. I believe our API does not provide a specific explanation why an upload fails in that case, but yes, 422 often means the upload failed due to the account being out of quota actually.