Good afternoon, I have the following problem.
When trying to obtain user information, it gives me the following message:
"Grant credentials are invalid"
I have an application with client credentials (server authentication)
I am using the Java SDK and the line of code I use to get the permission is:
BoxCCGAPIConnection api = BoxCCGAPIConnection.userConnection(CLIENT_ID, SECRET_CLIENT, USER_ID);
My CLIENT_ID is 0046s531alxnmszzy4wx2jdtn91s12a0



