Comments and answers for "How can I access data that I have uploaded or written to my FME Cloud instance with my local machine?" https://knowledge.亚搏在线safe.com/questions/37038/how-can-i-access-data-that-i-have-uploaded-or-writ.html The latest comments and answers for the question "How can I access data that I have uploaded or written to my FME Cloud instance with my local machine?" Comment by salvaleonrp on salvaleonrp's comment https://knowledge.safe.com/comments/84754/view.html

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

Wed, 02 Jan 2019 19:05:56 GMT salvaleonrp
Comment by daleatsafe on daleatsafe's answer https://knowledge.safe.com/comments/37787/view.html 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. Mon, 19 Dec 2016 01:06:30 GMT daleatsafe Answer by gerhardatsafe https://knowledge.safe.com/answers/37039/view.html

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

Tue, 29 Nov 2016 02:00:59 GMT gerhardatsafe