diff --git a/src/drive/drive.service.ts b/src/drive/drive.service.ts index e91e1ef..6b68658 100644 --- a/src/drive/drive.service.ts +++ b/src/drive/drive.service.ts @@ -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 });