Question

Using rest api v3 transform and did not get back resultDatasetDownloadUrl


Badge

Hello,

I am using rest api

 

url = f'{SERVER_URL}/fmerest/v3/transformations/transact/{REPOSITORY}/{WORKSPACE}?longPoll=true'

 

but does not get back resultDatasetDownloadUrl in result class.

 

What went wrong?

 

Regards Gerhard


2 replies

Userlevel 5
Badge +26

You might find it easier to use the DataDownload service:

 

https://docs.safe.com/fme/html/FME_Server_Documentation/ReferenceManual/service_datadownload.htm

Badge

Hi @virtualcitymatt​ ,

thanks. Looks good.

Best Regards Gerhard

Reply