Hello,
i need some help in connecting a googlesheet to my streamlitapp.
i followed every step in this blogpost : GitHub - streamlit/gsheets-connection
when i run the app, i get this eror:
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 in the JWT claim.', {'error': 'invalid_grant', 'error_description': '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.'})
What can i do to resolve it ?