se agrego drive correctamente
This commit is contained in:
@@ -98,7 +98,8 @@ export class DriveService {
|
||||
supportsAllDrives: true,
|
||||
});
|
||||
|
||||
fs.unlinkSync(filePath);
|
||||
|
||||
console.log('Archivo subido a Drive, ID:', res.data.id);
|
||||
return res.data.id!;
|
||||
} catch (err) {
|
||||
throw new InternalServerErrorException(
|
||||
|
||||
Reference in New Issue
Block a user