Hi Team,
In JAVA project getting error while using below code(JWT with SDKs) :
BoxCCGAPIConnection client = BoxCCGAPIConnection.applicationServiceAccountConnection(
"cd0h41a9vqhs77iin",
"LyxAssyOyr8YDlK3Ey6",
"428889"
);
ERROR:
The API returned an error code [400] unauthorized_client - The "box_subject_type" value is unauthorized for this client_id
can anybody help on this.