dr-aiuta

Results 2 comments of dr-aiuta

maybe this could help ``` const auth = new google.auth.GoogleAuth({ keyFile: './service.json', scopes: [ 'https://www.googleapis.com/auth/contacts',... ], clientOptions: { subject: '[email protected]' }, }); ```