Gets and stores a token for making calls to the Google Drive API. Default scope is https://www.googleapis.com/auth/drive if params.scope isn't specified. Writes to ./tokenGDrive.json if params.pathOut isn't specified.
https://www.googleapis.com/auth/drive
params.scope
params.pathOut
Generated using TypeDoc
Gets and stores a token for making calls to the Google Drive API. Default scope is
https://www.googleapis.com/auth/drive
ifparams.scope
isn't specified. Writes to ./tokenGDrive.json ifparams.pathOut
isn't specified.