Download file from lake fs in progress

This commit is contained in:
Eudes Inácio
2021-12-17 17:20:43 +01:00
parent 5ca488e085
commit c10a69fc53
6 changed files with 85 additions and 19 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ export class FileService {
downloadFile(guid:any) {
let downloadUrl = 'https://equilibrium.dyndns.info/GabineteDigital.Services/V5/api/objectserver/streamfiles?path='+guid;
let downloadUrl = environment.apiURL +'objectserver/streamfiles?path='+guid;
var name = new Date().getTime();
return this.http.get(downloadUrl, {
responseType: "arraybuffer",