Skip to main content
Question

App Token - Perform Actions as Users

  • May 22, 2025
  • 1 reply
  • 6 views

Forum|alt.badge.img

I am using "App Token" in my application and got the error "The request requires higher privileges than provided by the access token." when trying to rename a folder.

 

I cannot find the option "Perform Actions as Users" in App Token configuration like in OAuth with JWT.

 

Can I rename folders using "App Token"?

 

Thanks,

 

 

 

1 reply

Forum|alt.badge.img

Hi ,

 

Unfortunately not. App token auth is meant specifically for use with Box embed, and has a restricted number of endpoints that it allows you to make calls to. I'd recommend switching to a JWT auth type, which will allow you to customize the scopes / permissions that you need for the application.

 

- Jon