Hello,
I would like to download a jpg file from my FME server and save it to my local drive with an API call.
Using FME desktop, I am not sure which transformer/writer to use, and I can't seem to find my REST API call to work. There are a few API documentations in the web, but what I tried was a GET call, but it doesn't seem to download anything.
https://<fmeserver.example.com>/fmerest/v3/resources/connections/<MY_SHARED_SOURCE>/filessys/<file_directory/filename.jpg>
I am pretty sure my auth and permission is file.
Can someone please guide me how to achieve my goal?
Kind regards,
Tae