03-21-2023 01:53 PM
I would like to split the Marketo download file size in batches. How do we iterate through the loop untill the file is complete
03-21-2023 09:12 PM
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
03-24-2023 05:42 AM
Multipart request is not working. Could you please help here. Screenshot attached.
04-10-2023 10:51 AM
Hi @Prasa,
Good day, I’m not sure how your marketo api is setup but here’s a quick reference regarding ranges
Regards,
MM
03-21-2023 09:16 PM
use “range” as this is a request header, I think “content-range” is a response header