Hello,
I recently got an email from google that inactive OAuth clients are going to be delete from the Google cloud console.
my gyb project and the created client inside is marked as not having been used after the day I configured/installed gyb - that was october 2023.
But I use it regularly (e.g. to backup accounts, or just doing a test restore). I tried to trigger a auth token exchange with re-assessing/authorizing the scopes gyb --email superXY (at)
mydomain.org --action check-service-account
but the client is still marked as being deleted, also waiting 48h+. I made sure I use the correct client-id and client-secret - matching the data in the client_secret and oauth2service json files in the same folder as gyb (also tried using the --config-folder parameter to make sure the correct project/client is used).
however, the token just doesn't get updated. I know I could just restore the deleted client but I would like to prevent this additional step.
I also have gam7 configured, and there, the configured client shows the correct date of last use.
both projects (gam7 and gyb) are using the same Google workspace accounts. But they are separate projects with separate clientIDs and client-Secrets.
how can I make sure I trigger the use of the client on GCC so it doesn't get deleted?