microsoft / google-play-vsts-extension

Visual Studio Team Services (VSTS) extension for performing continuous delivery to the Google Play store from your automated CI builds
Other
84 stars 57 forks source link

Azure Devops Google play release Issue. #435

Open vivek17444 opened 6 months ago

vivek17444 commented 6 months ago

Getting below error while uploading the app to google play store using azure devops release pipeline.I am using service connection to for authentication in azure devops.

Error: invalid_grant: Invalid JWT: Token must be a short-lived token (60 minutes) and in a reasonable timeframe. Check your iat and exp values in the JWT claim.

KonstantinTyukalov commented 6 months ago

Hi @vivek17444, have you tried approaches from the following SO answer? https://stackoverflow.com/a/48057303