Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi ,
How to generate API access token dynamically using refresh token or basic auth (username and passowrd)
I tried to generate access token dynamically but failed with the below.
let
url ="https://testapi.apples.com/api/v1/auth",
headers = [#"Content-Type" = "application/json"],
postData = Json.FromValue([username="username",
password= "password"]),
response = Web.Contents(
url,
[
Headers = headers,
Content = postData
]
),
access_token = Json.Document(response)
in
access_token
Error:
DataSource.Error: Web.Contents failed to get contents from 'https://testapi.apples.com/api/v1/auth' (400): Bad Request
Details:
DataSourceKind=Web
DataSourcePath=https://testapi.apples.com/api/v1/auth
Url=https://testapi.apples.com/api/v1/auth
Any suggestions would be much appriciated.
Many thanks
Solved! Go to Solution.
@venusura483 , refer if these can help
https://www.advaiya.com/generate-dynamic-token-and-get-data-from-custom-api-in-power-bi/
@amitchandak , It is resolved with https://community.fabric.microsoft.com/t5/Power-Query/Channel-Advisor-API-Connection-with-auth-key-c...
Thank you.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 32 | |
| 27 | |
| 25 |