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
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?
The text was updated successfully, but these errors were encountered:
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.....
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?
The text was updated successfully, but these errors were encountered: