ChrisSantiago82
Results
2
comments of
ChrisSantiago82
I'm having the same issue. I there a fix or workaround yet?
I have done something like this: ` if (LaravelGmail::setUserId('ea_'.$this->emailAccount->id)->isAccessTokenExpired()) { LaravelGmail::setUserId('ea_'.$this->emailAccount->id)->refreshToken(LaravelGmail::setUserId('ea_'.$this->emailAccount->id)->getRefreshToken()); } LaravelGmail::setUserId('ea_'.$this->emailAccount->id)->makeToken();` It seems to work but not sure if that is the way it should be.