I currently have a workflow that uses an API to run a report and returns a URL that contains the report as a csv. When I push the URL back through the download tool and output to a string I get the following error "Error in libCURL Data Callback: Data too long to fit in field. Write to a file instead."
I tried to download to a temporary file but I am not sure how to access that data after because it needs to be further manipulated. I also tried to download to a folder on my computer, but received an access denied error and I'm unsure if my syntax was incorrect or if there is an issue in my settings.
I would also like to store this workflow on my Alteryx Server and schedule daily refreshes so I am unsure if the download to a folder technique would work.
Any feedback is appreciated. Thanks!