Forum Discussion
preetisb15
6 years agoFrequent Visitor
Mquery error: 404
Hi all, This is what I need to be able to do I am trying to achive the below with an Mquery: 1. First I need to run to call a REST endpoint to start the export (modified link) https://x...
camargos88
6 years agoCommunity Champion
I would guess the url is wrong, try printing the returned url for the statusLink and check is it works without load, using the browser.
- preetisb156 years agoFrequent Visitor
- camargos886 years agoCommunity Champion
Are you able to query this new url:
statusLink1 & "/download" & "/?ApiKey
on the browser ?
Also, check this link: https://blog.crossjoin.co.uk/2016/08/09/handling-404-not-found-errors-with-web-contents-in-power-query-and-power-bi/
You can handle the 404 error manually and get some responses from the header.
- preetisb156 years agoFrequent Visitor
Yes ! camargos88
I am able to use the link in the browser and download the csv output! this is not the issue in my case