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"