First: I know how to call it with the mentioned activity and I could retrieve a json but in another part of the process I have to download a .tar.gz using the Get property I guess. How can I save a .tar.gz file not being a text file?
Second: For big files. Any workaround? I mean some files will late an hour to be downloaded… Should I just set a bigger time response and just wait until the download finishes?
Second: For big files. Any workaround? I mean some files will late an hour to be downloaded… Should I just set a bigger time response and just wait until the download finishes?
Basically it’s necessary to set larger time at Timeout, I think.
Thanks for your fast response. I have some doubts yet:
Filename for response attachment should be “.tar.gz” or the complete file name like TestFileDownload.tar.gz
I mean, the file is giving me error at open because a create it as a text file, is there any activity to save the file directly to a directory so I have not to store it in a variable and then write it?
Can you check mime type in HTTP response header?
And also can you share the text file which is saved by Filename For Response attachment property, if possible?
Using postman I just click send and download and when it finishes it asks me for a directory in what I want to save a XXX.tar.gz file witch contains: A folder and inside that folder another folder and then some text files .ldr witch can be readable with notepad++.
What I need is just to download that file and store it in a defined directory.
Can you try to have ResponseContent blank and set filepath (such as "C:\temp\data.tar.gz") in Filename For Response attachment property as the following?