You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After logging back into the user, the token get's refreshed and everything is fine but it doesn't get automatically refreshed when passing options.user like it's supposed to.
options.user is undefined here
https://github.com/percolatestudio/meteor-google-api/blob/master/google-api-async.js#L19
because it was deleted there
https://github.com/percolatestudio/meteor-google-api/blob/master/google-api-async.js#L43
As a result, when Meteor.user() is not available the token cannot refreshed.
The text was updated successfully, but these errors were encountered: