Vaibhav Bhople
Vaibhav Bhople

Reputation: 33

'invalid_grant: Invalid JWT: Google Translation Api

when I am trying to run this on my server I am getting following error but is working on my local machine.

RefreshError: ('invalid_grant: Invalid JWT: Token must be a short-lived token (60 minutes) and in a reasonable timeframe.
 Check your iat and exp values and use a clock with skew to account for clock differences between systems.'

Upvotes: 2

Views: 827

Answers (1)

Praveen Kumar
Praveen Kumar

Reputation: 1016

Check whether correct time is configured in the server. Mostly this will resolve the issue.

Upvotes: 1

Related Questions