diff --git a/src/drive/drive.service.ts b/src/drive/drive.service.ts index 6b68658..fe24d4e 100644 --- a/src/drive/drive.service.ts +++ b/src/drive/drive.service.ts @@ -9,7 +9,7 @@ import * as fs from 'fs'; @Injectable() export class DriveService { - private SCOPES = ['https://www.googleapis.com/auth/drive.file']; + private SCOPES = ['https://www.googleapis.com/auth/drive']; private loadCredentials() { try {