you are integrating the download service in our app , could we we get back from the server only the URL download , without the HTML page
Solved
Download link without the Html page
Best answer by larry
And if you do a call to the fmedatadownload service (http://fmeserver/fmedatadownload/<repository>/<workspace>) with the following options, the returned json contains the download url.
{"serviceResponse": {
"statusInfo": {
"mode": "sync",
"status": "success"
},
"jobID": 25449,
"url": "http://fmeserver/fmedatadownload/results/FME_7116131F_1484685939433_768.zip"
}}This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.



