HTTP File Download

 Hi all,

I have a process that iterates through a list of file IDs and then downloads them. Sadly, the source system is old and has a low limit on the number of concurrent actions. So, in an effort to try to space out the iteration, I was hoping to use the node outputs to determine if a file was "done" downloading. Ideally, I would read the value in the "Status Code" output and make a decision on the next file based on that.

However, I'm not sure about the timing. Does anyone know if a success code ("200") is returned at the beginning of the file download (The file is there, and we have permission to get it) or after the attempt is complete (File is there, we have permission, and downloaded successfully)?  The timing of this is important because I want to wait until the first one is done before moving on to the next.

Thanks in advance!

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data