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.
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.