FriendTeamInc / VodBot

A command line interface VOD and Clip manager for Twitch.
MIT License
14 stars 1 forks source link

Token refreshing for Google API #27

Closed NotQuiteApex closed 3 years ago

NotQuiteApex commented 3 years ago

Token refreshing is happening normally, but tokens while in testing mode (set from the Google Dev Console) expire entirely after 7 days. Because of this, an exception could occur in the upload module. This fixes it by catching the exception and just having the user login and overwrite the old credentials. Closes #13