Last updated 5 months ago
Expects name of the file to download from blob storage
Indicate Successfull completion of the export process
const response = await fetch('/downloadFile/{fileName}', { method: 'POST', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "canTimeout": false, "readTimeout": 0, "writeTimeout": 0, "canRead": false, "canSeek": false, "canWrite": false, "capacity": 0, "length": 0, "position": 0 }