Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Markzolotoy
Impactful Individual
Impactful Individual

Getting new token on https://docs.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file

I am playing with exporting  a report into Excel file. Seems like a token has been expired. How do I refresh it?

 

Thanks

1 ACCEPTED SOLUTION
v-xiaoyan-msft
Community Support
Community Support

Hi @Markzolotoy ,

 

If a user's access token expires, you can use the refresh token that they acquired in the authorization flow to get a new access token. It's like the original process for exchanging the authorization code for an access and refresh token.

 

You can see the details about how to refresh Access token in these areas:

1.URL - refresh token

2.HTTP request headers - refresh token

3.HTTP request body - refresh token

4.Response - refresh token

 

For more information,please refer to:Refresh an expired access token 

 

Hope it helps,


Community Support Team _ Caitlyn

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-xiaoyan-msft
Community Support
Community Support

Hi @Markzolotoy ,

 

If a user's access token expires, you can use the refresh token that they acquired in the authorization flow to get a new access token. It's like the original process for exchanging the authorization code for an access and refresh token.

 

You can see the details about how to refresh Access token in these areas:

1.URL - refresh token

2.HTTP request headers - refresh token

3.HTTP request body - refresh token

4.Response - refresh token

 

For more information,please refer to:Refresh an expired access token 

 

Hope it helps,


Community Support Team _ Caitlyn

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors