Hi,
I have around 16 exports to be automated through the python scripts. And I have defined the separate list of files with the file id and file names. Also I have defined separate list of export actions along with the ID and Export names and passing it to a function which will download the file. All the exports has the Chunk count as 0. So will this create a problem when I download the file which is around 30 to 40 MB.
I have attached the screenshot of the output where the first export has around two chunks and other are fails because of the 0 chunks. Please suggest any solution of this.
Thanks