Message 1 of 3
The 3 legged access token does not have acces
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm attempting to create a project using API integration, and I'm using a 3-legged token for authentication. The token includes the required account:write scope. However, the API response returns the following error:
{ "status": 403, "type": "", "id": "4bb0ce1f2397a4c7", "title": "Forbidden", "detail": "The 3-legged access token does not have access" }
I'm not sure how to resolve this, as the token appears to have the correct permissions.
these are the scopes my token has:
"scope": [
"user:read",
"user:write",
"user-profile:read",
"openid",
"data:create",
"data:read",
"data:write",
"data:search",
"bucket:create",
"bucket:read",
"bucket:update",
"bucket:delete",
"code:all",
"account:write",
"account:read",
"viewables:read"
],
