I'm using the Box API's and trying to integrate using the Box SDK but am running into errors authenticating. For some reason my JWT auth keeps failing and I run into this:
BoxOAuthException:
Message: {"error":"invalid_grant","error_description":"Current date\/time MUST be before the expiration date\/time listed in the 'exp' claim"}
Status: 400
URL: https://api.box.com/oauth2/token
Method: POST
The command I'm running is:
access_token = auth.authenticate_instance()