Skip to content
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

How do you prevent having to change google api credentials? #167

Open
Sean0203 opened this issue Sep 4, 2023 · 1 comment
Open

How do you prevent having to change google api credentials? #167

Sean0203 opened this issue Sep 4, 2023 · 1 comment

Comments

@Sean0203
Copy link

Sean0203 commented Sep 4, 2023

So I'm exporting my transactions every hour to a google sheets document with gh actions, but every week they start failing. Upon initial research, it seems that in test mode, Google's API credentials expire after a week. To anybody using the Google sheets method for Mintable, what do you do so you don't have to replace credentials every week? Does taking the project out of test mode bring any security issues?

@bobharris
Copy link

bobharris commented Jun 8, 2024

Same here. If I figure it out I'll definitely reply back. Thanks for the initial research.

https://stackoverflow.com/questions/69459141/how-to-fix-google-tokens-expiring-after-seven-days

Going to try just switch to production. I switched, and my current *.jsonc still verified. See how it goes.

*Actually. That might not be the way to go...i got this after a bit.
Error 400: invalid_request
The out-of-band (OOB) flow has been blocked in order to keep users secure. Follow the Out-of-Band (OOB) flow migration guide linked in the developer docs below to migrate your app to an alternative method.
Moved back to testing and it went away.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants