se agregó un console.log

This commit is contained in:
evenegas
2026-01-16 13:31:44 -06:00
parent 0cf0c54879
commit bcb14ddeba
+1 -1
View File
@@ -58,7 +58,7 @@ export class DriveService {
'No se puede eliminar este archivo/carpeta.',
);
}
console.log('Eliminando archivo de Drive, ID:', fileId);
const authClient = this.loadCredentials();
const drive = google.drive({ version: 'v3', auth: authClient });