Skip to content

License Artifact Too Large

URI: https://docs.ankatech.co/errors/license-artifact-too-large
HTTP Status: 413 Payload Too Large

When you see this

The submitted license artifact exceeds the maximum accepted size. Valid license artifacts are well under the limit; an oversized upload is rejected before processing.

Common Causes

  • Uploading a file far larger than a real license artifact (often the wrong file).
  • A corrupted artifact padded with unexpected content.
  • Submitting something other than a license.ankalic artifact.

Response Example

{
  "type": "https://docs.ankatech.co/errors/license-artifact-too-large",
  "title": "License Artifact Too Large",
  "status": 413,
  "detail": "The license artifact exceeds the maximum accepted size.",
  "instance": "/api/v3/licenses/validate",
  "correlationId": "550e8400-e29b-41d4-a716-446655440000",
  "timestamp": 1730000000
}

Content-Type: application/problem+json — the response follows RFC 7807 Problem Details.

How to Resolve

  1. Confirm you are uploading the correct license.ankalic artifact.
  2. Re-obtain the artifact from ANKATech if the file appears corrupted or oversized.
  3. Re-submit the correctly-sized license artifact.

For full schema definitions, examples, and interactive testing, see the Developer Hub Reference.