I'm trying to use Meteor Google Auth with Google Drive API but meteor auth give only an access token, and Google Drive need a lots of other information (https://developers.google.com/drive/web/quickstart/quickstart-nodejs like clientID, clientSecret, ...). It's possible to send directly the access token into this function ?
var drive = google.drive({ version: 'v2', auth: auth });
Thank's a lot!