Sentry-cli: Which scopes are needed for sentry-cli

Created on 12 Jun 2018  路  1Comment  路  Source: getsentry/sentry-cli

I've created an auth token which only has the project:releases scope enabled. When I try to run sentry-cli releases new v1.0.0 I'm getting the following response:

error: API request failed
  caused by: sentry reported an error: You do not have permission to perform this action. (http status: 403)

So my question is, which scopes are needed for sentry-cli to run properly?

docs

Most helpful comment

Hi @TimonVS, in addition to the project:releases scope, you also have to enable project:read.

>All comments

Hi @TimonVS, in addition to the project:releases scope, you also have to enable project:read.

Was this page helpful?
0 / 5 - 0 ratings