Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to export a table into Excel using the JSON API. Currently testing it out using the API Explorer.
The JSON reponse is as follows:
{
"jsonrpc": "2.0",
"id": 27,
"delta": true,
"result": {
"qUrl": "/tempcontent/f6102ab0-09af-4286-8fa3-24cf9ebd9c1a/868cbdfe-75f6-4330-b0c9-461b96a20a27.xlsx?serverNodeId=8df4b4d6-d102-4c80-afee-bbea537b5287",
"qWarnings": []
}
}
When I pasted the url
https://<qlik server name>/tempcontent/f6102ab0-09af-4286-8fa3-24cf9ebd9c1a/868cbdfe-75f6-4330-b0c9-461b96a20a27.xlsx?serverNodeId=8df4b4d6-d102-4c80-afee-bbea537b5287
into Chrome, I get a HTTP 404 error. Am I forming the URL right using the qUrl return values?
Thanks.