Skip to content

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/upload or PUT /v1/files/:id would 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/documents or POST /v1/dpp/:id/images would 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."
}

← Error Reference