I'm having an issue with the download tool. I have this tool in a workflow to help me download a file from azure datalake. I'm using the file url and token and configure the download tool to download a temp file. And it works fine.
However, my client is using a most recent version of alteryx that requires AMP Engine option to be activated (because of the ADLS tool, that requires this option). And once I activate it within my workflow, the download tool won't work anymore. It presents the following error message "Error transferring data; Func 'curl_easy_perform' failed, ret = 23, desc = Failed writing received data to disk/application". Has anyone ever run into this issue?