Hi!
I’ve created a custom app using client credentials. After authorizing the app, I noticed that the automation user has a default storage limit of 10 GB.
I attempted to increase the storage by first retrieving the user ID via the endpoint “api.box.com/2.0/users/me”, and then sending a PUT request to “api.box.com/2.0/users/{id}”.
However, I received a 403 error:
error="insufficient_scope", error_description="The request requires higher privileges than provided by the access token."
I also verified the app permissions and confirmed that “Manage users” is enabled.
Any suggestions on what might be causing this issue?
Thanks in advance!
