Dear fellow developers,
I've found in the documentation for the google calendar api that there is a limit of 50 (valid) refresh tokens per account per client. I was wondering if there is a way to increase this (maybe with buying some obscure google license) or if there is a not too messy workaround for it.
The application I'm building would update a user's calendar without user input. I thusly can't have it request permission everytime the user's refresh token is no longer valid because of an amount limit.
I noticed one account can create multiple clients to remove the 50 limit but google also states there is still a limit of tokens across all clients.
If I explained my problem badly please let me know. Thanks!!