403 when uploading debug files with User Auth Token

I’ve created a User Auth Token with project:read and project:write permissions, and when I create the token the UI tells me this will be able to manage Debug Files. However, when our build server tries to run the command, I get the error below. My sentry user account is the Admin of the Team that owns the project in question. Still, do I need a higher-level permission within my org?

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

Here is the command:

sentry-cli debug-files upload \
    --auth-token <user_auth_token> \
    --org <our_org_name> \
    --project <project_name> \
    --include-sources \
    "/path/to/ios/archive"

Hi, @slhodak!

Apologises if I’m misunderstanding here, but could you explain how this is related to Vercel? I may be missing it in your question.

Cross-posting Sentry’s docs, in case it’s helpful:

No, you are right… I meant to pose this question to Sentry. Thanks for the reply anyway – whoops…

2 Likes

No worries! Let us know if we can help with anything Vercel-related. :smile:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.