MetricSign
Start free
High severityauthentication

Qlik Cloud Error:
RELOADS-003, The requesting JWT does not allow for this reload operation (retrieve, execute, find/get, or cancel)

What does this error mean?

The Qlik Cloud Reloads API returned error RELOADS-003: The requesting JWT does not allow for this reload operation (retrieve, execute, find/get, or cancel).

Common causes

  • 1The JWT (JSON Web Token) used for the API request does not have the required scope for this reload operation.
  • 2The API key or service account was created without the reload:execute or reload:read permission.
  • 3The token has expired or been revoked since the request was authorized.

How to fix it

  1. 1Regenerate the API key or JWT with the correct scopes for reload operations (user_default).
  2. 2In Qlik Cloud, navigate to Management Console > API Keys and verify the key has the required permissions.
  3. 3Ensure the Bearer token in the Authorization header is current and has not expired.

Frequently asked questions

What does Qlik Cloud error RELOADS-003 mean?

The requesting JWT does not allow for this reload operation (retrieve, execute, find/get, or cancel).

Where does this error appear?

In the Qlik Cloud Reloads REST API response body under the errors array, and in MetricSign as a reload_failed incident detail.

Source · qlik.dev/apis/rest/reloads

Other authentication errors