-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
token.json #55
Comments
@tobiasgrossmann Have you found any solution for it? |
Hey @tobiasgrossmann and @hassanzohaib I just found out a simple solution to integrate "gmail-tester" in a CI environment! I described the complete solution here: #56 (comment) In a few words:
I hope I was able to help you and if you need more help just let me know! If I helped you can star my repository here: https://github.com/riccardogiorato/cypress-for-everything |
literally this sucks I've been facing this for so long.. any solution for this ? every time when I create new token.json it gives even the more shorter expiry. also when I'm trying to execute the function "refresh_access_token" it is giving me "invalid grant" error for that too. I'm using it with next js project. |
Hi @riccardogiorato |
Maybe a missing documentation part,
how to auto-update die token.json regular? The token comes with an expire date:
... "scope":"https://www.googleapis.com/auth/gmail.readonly","token_type":"Bearer","expiry_date":1614682765030}
So howto setup gmail-tester in an CI environment?
The text was updated successfully, but these errors were encountered: