This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Required packages: | |
// google-auth-library | |
// googleapis | |
// @types/lodash | |
// @types/node (for 'fs') | |
// protractor | |
// retry | |
// First step is to follow the instructions here and get your client ID, client secret, and redirect uris: | |
// https://developers.google.com/gmail/api/quickstart/nodejs |