se agregó un console.log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user