Connecting a streamlitapp to a "private" googlesheet

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 ?

This is an error arising from Google’s side. Here’s a solution from StackOverflow that might be helpful in your case:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.