Hi there, I’m trying to use the Box API with Client Credentials. I can get the access token but when I try to use this token to get a list of items from a folder I got this response:
{
“type”: “error”,
“status”: 403,
“code”: “access_denied_insufficient_permissions”,
“help_url”: “http://developers.box.com/docs/#errors”,
“message”: “Access denied - insufficient permission”,
“request_id”: “ag9fdlhmauc74la5”
}
The folder I’m trying to access was created by me. How I don’t have permission to access it?