Skip to main content

Cause

The request has no usable bearer credentials, or the access token is invalid or expired. Guile did not authorize the call and made no resource change.

Fix

Send a valid Authorization: Bearer access token. If the access token expired, exchange the refresh token. If refresh fails with Invalid Refresh Token, sign the user in again.

Retry safety

Not retryable

Raised by

Many operations return this problem. Check the error responses on the operation you called. Examples:

Example