Hi,
I am a software developer, but don’t know much about FME yet. Please forgive my ignorance :-)
I was asked to create a simple wrapper around the REST API v4 that lets a user start a job, and download the results as a zip file.
Generating a token, submitting a job, and getting the job’s status is fairly straightforward, but I am at a loss when it comes to downloading the results. I see that there is another API /fmedatadownload, but it seems that the token I use when submitting the job does not work here. I tried passing it in the Authorization header, as a query parameter, and I also tried Basic authentication, but all of these return HTTP 401
I am sure this must be very simple, but I am probably overlooking the obvious here.



