Forum Discussion
JohnMacDougall
6 years agoNew Member
Google my business API
Has anyone ever successfully used the Google My Business API in Power BI?
url = app_credentials & "&refresh_token=" & "xxxxx" & "&grant_type=refresh_token",
Specifically, what is the xxxxx meant to be from this part of the solution?
- Anonymous6 years ago
HI JohnMacDougall ,
Refresh token used to get new access token if previous token has expired its lifetimes. You can check following official document to know more about refresh token:
Using OAuth 2.0 to Access Google APIs#refresh-the-access-token,-if-necessary.
Regards,
Xiaoxin Sheng
1 Reply
- AnonymousNot applicable
HI JohnMacDougall ,
Refresh token used to get new access token if previous token has expired its lifetimes. You can check following official document to know more about refresh token:
Using OAuth 2.0 to Access Google APIs#refresh-the-access-token,-if-necessary.
Regards,
Xiaoxin Sheng