We are having one Google console project for all our apps using Google Calendar now but we need to migrate token to another new project as the API quota is getting exceeded frequently.
So my question is, how can OAuth tokens be migrated between two client IDs in the same Google console account?
For example, suppose an OAuth token is created with a web client Id "A" in a project "Test1". How can this be migrated to be used with a web client Id "B" in project "Test2"? Both Test1 and Test2 will be in same Google account.