Forum Discussion

Leecal123's avatar
Leecal123
New Member
7 years ago

On Premise Gateway invalid credentials

I'm currently connecting to a web data source using API Key passed as a header in my URL. Works fine in PowerBI desktop.

 

I'm trying to create scheduled refresh using personal gateway however am getting invalid credentials error.

 

Any idea's how to pass my API Key as part of the URL when adding my Web data source to gateway?

 

Thanks,

 

Lee

3 Replies

    • Leecal123's avatar
      Leecal123
      New Member

      Hi Maggie, 

       

      Have tried achanging credentials back to Anonymous (as it is in PowerBI desktop) but still the same error when refreshing.

       

      Have read the forum in the link you've provided but is throwing error with datasource in my inital query now. My Query looks like this:

      Json.Document(Web.Contents("https://APIURL/440701" & "/event.json" & "?EventTypeCode=N102" & "&FromDate=2018-01-01" & "&take=1000", [Headers=[#"x-ApiKey"="APIKEY"]]))