Hello all,
I am currently using the OAuth2 with JWT auth mechanism for calling the Box API. Most requests are working exactly as expected. However, the "Create Metadata on File" endpoint always returns the following error:
{"error":"invalid_grant","error_description":"Please check the 'jti' claim."}
I am passing the same JWT format with a unique sha-1 hash as the jti claim for all requests. Also, the "Create Metadata Template" endpoint works just fine as I have successfully created a template within the same enterprise scope.
Has anyone else experienced this issue? Does anyone have any suggestions? Thanks in advance.
Best regards,
Paul