storage-limit-exceeded
HTTP 422 Unprocessable Entity
The upload would push total storage past the limit of your plan. Each file may be within its own size limit; what counts here is the sum. Nothing is stored.
Triggers
- Workspace file storage:
POST /v1/files/uploadorPUT /v1/files/:idwould exceed the total file storage of the workspace. When a file is replaced, only the difference in size counts. - DPP storage:
POST /v1/dpp/:id/documentsorPOST /v1/dpp/:id/imageswould exceed the total storage for documents and images of this DPP.
What to do
Delete files or documents you no longer need; deleted ones no longer count. Alternatively, upgrade your plan: Plan limits & notifications lists the storage per plan. A single file that is too large answers file-too-large; too many files per QR code or documents per DPP answers plan-limit.
{ "type": "https://docs.qr3.app/errors/storage-limit-exceeded", "title": "Unprocessable Entity", "status": 422, "detail": "Total file storage for this workspace would exceed your plan limit."}