You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your README.md you mention: credentials_string = "{...}" # You must generate this on your Google account but I struggle to find the exact json string needed.
Based on this google help page I managed to generate a JSON file that loads fine but gmail-wrapper crashes because I don't have keys like "web", "refresh_token", "client_secret".
The keys I have are "type", "project_id", "private_key_id", "private_key", "client_email", "client_id", "auth_uri", "token_uri", "auth_provider_x509_cert_url", "client_x509_cert_url", "universe_domain".
Could you by any change tell me what keys I should get from google and which one I have now? It's surprisingly hard to find any up to date information about those credentials.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi,
In your README.md you mention:
credentials_string = "{...}" # You must generate this on your Google account
but I struggle to find the exact json string needed.Based on this google help page I managed to generate a JSON file that loads fine but gmail-wrapper crashes because I don't have keys like "web", "refresh_token", "client_secret".
The keys I have are "type", "project_id", "private_key_id", "private_key", "client_email", "client_id", "auth_uri", "token_uri", "auth_provider_x509_cert_url", "client_x509_cert_url", "universe_domain".
Could you by any change tell me what keys I should get from google and which one I have now? It's surprisingly hard to find any up to date information about those credentials.
Thanks a lot!
The text was updated successfully, but these errors were encountered: