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