Function getTokenGDrive

  • 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.

    Parameters

    Returns Promise<void>

Generated using TypeDoc