se agregó un console.log

This commit is contained in:
evenegas
2026-01-16 13:52:52 -06:00
parent bcb14ddeba
commit c33817ace3
+1 -1
View File
@@ -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 {