Forum Discussion
Dovico API - dynamic data sources aren't refreshed error
- 5 years ago
Specify the authentication type as anonymous. Use Postman or similar to test the call. Your headers section looks weird.
I recommend using the Query parameters. RelativePath is not required, it seems.
Okay added a date range table and still I see an error on the Power BI web. but the thing is I see Gateways and now asking credentials? I have only tokens for Dovico,
(DateR as text) =>
let
Source = Xml.Tables(Web.Contents("https://api.dovico.com/TimeEntries/?version=5",
[Query=[daterange=DateR ],
Headers=[#"Authorization"="WRAP access_token=""client="&DovicoAccessToken&"&user_token="&DovicoUserToken&""""]]))
in
Source
- lbendlin5 years agoSuper User
Specify the authentication type as anonymous. Use Postman or similar to test the call. Your headers section looks weird.
- Anonymous5 years agoNot applicable
It worked after i mention Anonymous on Web and it pulled from .pbix .
Thanks you for help:)