Forum Discussion
sravankunadi
3 years agoNew Contributor II
It’s always shows the partial download file complete
- alchemiz3 years agoContributor III
Were you able to get the filesize of the exportid that you are trying to download?
Here’s the api to get the filesize you are trying to download
Base from the file size you can then use Range as part of the GET request header in a multipart request or single request
Multipart request
or do an array of request
- alchemiz3 years agoContributor III
use “range” as this is a request header, I think “content-range” is a response header