I would like to split the Marketo download file size in batches. How do we iterate through the loop untill the file is complete
Thanks MM
But the file is not returning the status once the complete download is complete. I provided the file end point range from 1400 t0 1405… still it takes from 1400 to 1404.
It’s always shows the partial download file complete
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
use “range” as this is a request header, I think “content-range” is a response header
Hi @Prasa,
Good day, I’m not sure how your marketo api is setup but here’s a quick reference regarding ranges
Regards,
MM