Hello,
First I have tried the classic User Token to use Google API for a python backend script (sheets, docs, drive, ....). My issue was I had to refresh every month the token which was expiring.
Then I solved this issue by switching to a Service Token to bypass this refresh issue.
I ran into a big problem recently: the service token is limited to classic 15Go of storage on google Drive... and it seems it is not possible to increase this. What are my solutions please to have more storage (like a user account) but without having to refresh manually the token (like service token which stays always active)?
Regards
This might sound insane, but can’t you write another script to automatically refresh the access token using refresh token?
Or try switching to Cloud Storage, might work for you.