Skip to main content

Small datasets uploaded or written to a FME Cloud instance can be accessed and downloaded via the FME Server WebUI of the instance.

For larger datasets and entire folders the FME Server REST API can be used.

I attached a workspace that uses the FME Server REST API to download the files and folders from the FME Server resources to a local machine.

fmeresourcedownloader.fmw


Small datasets uploaded or written to a FME Cloud instance can be accessed and downloaded via the FME Server WebUI of the instance.

For larger datasets and entire folders the FME Server REST API can be used.

I attached a workspace that uses the FME Server REST API to download the files and folders from the FME Server resources to a local machine.

fmeresourcedownloader.fmw

And in FME 2017 you can use the Select File From Web dropdown menu item when you're adding a reader and specifying the dataset, and select FME Server from there to use such files transparently within FME workflows. Available in both the data inspector and workbench.
And in FME 2017 you can use the Select File From Web dropdown menu item when you're adding a reader and specifying the dataset, and select FME Server from there to use such files transparently within FME workflows. Available in both the data inspector and workbench.

The FMEServerResourceConnector worked for me downloading an fgdb stored on a subfolder under Shared Resource\\Data on an FME Server 2018.x Cloud instance.


Reply