Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 50 | |
| 44 | |
| 41 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 68 | |
| 32 | |
| 32 | |
| 32 |