[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # 403 when uploading debug files with User Auth Token 129 views · 3 likes · 4 posts Slhodak (@slhodak) · 2024-08-03 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" ``` Pauline P. Narvas (@pawlean) · 2024-08-05 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: https://docs.sentry.io/ Slhodak (@slhodak) · 2024-08-05 · ♥ 2 No, you are right... I meant to pose this question to Sentry. Thanks for the reply anyway -- whoops... Pauline P. Narvas (@pawlean) · 2024-08-05 · ♥ 1 No worries! Let us know if we can help with anything Vercel-related. :smile: