All error codes

insufficient_privileges

HTTP 403 Grant does not allow this operation

What happened

Your token was issued to a team member rather than to the project owner, and the grant that member holds does not include this operation. The project itself is visible to you - only this operation is refused.

What to do

Ask the project owner to extend your team grant with the permission this operation needs, then repeat the request - the grant is read fresh on every call, so the same token starts working. A token issued to the project owner works too.

Retrying

Repeating this request will not help.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/insufficient_privileges",
    "title": "Grant does not allow this operation",
    "status": 403,
    "code": "insufficient_privileges",
    "request_id": "a277dcd1ca652c65"
}

Branch your code on code, never on the wording of title.