Skip to main content

I am trying to authenticate to my box account with oauth2 (REST).


But I get:


{"error":"invalid_client","error_description":"The client credentials are invalid"}


Although the client secret and id are correct.


What may be happening here? My client id is : bcuqr9vdojl4r9p5h1oshw0rvsrs3mmo

Hello, 


This client ID is set to standard oauth2 for authentication. If you could like to use client credentials grant you need to create a new application with type jwt - client credentials grant. 


Best,


Kourtney, Box Developer Advocate


Reply