I want to use BoxCLI to manage some files.
As a test, I tried "box folders:get [my folder] --as-user=[my userID]"
Then it says "Unexpected API Response [403 Forbidden |---] access_denied_insufficient_permissions - Access denied - insufficient permission"
/* There was some letters at "---" in the error message. (it looked something like a key, so I hided it. If it's OK to open it, and it helps to solve this problem, please tell me) */
I'm trying to get information of "my folder" with "my account", so something should be wrong with "permission settings of box application"
But I couldn't get the information to solve this.
How can I solve this problem?
By the way, I can get what I need by using "-t=[developer's token]", but I think this is not a proper way.



3. Reauthorize the app.
4. Confirm it's been reauthorized
But it didn't work. Is there anything wrong in settings?