A wrapper for the G Suite drive SDK
npm install gsuite-drive-manager
var driveManager = gsuiteDriveManager({
auth: auth
});
npm test
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.