bitcko / yii2-bitcko-google-calendar-api

Yii2 Bitcko Google Calendar Api Extension use to create and delete events from google calendar
3 stars 5 forks source link

fixing refresh for the token #3

Closed MedericPixium closed 5 years ago

MedericPixium commented 5 years ago

After the expiration of the access token (3600 seconds).

There is an error brought up:

refresh token must be passed in or set as part of setAccessToken

I have added a simple process of getting the old Refresh token and passing it down.