Hi James, If you are using Installed application flow <https://developers.google.com/identity/protocols/OAuth2InstalledApp>, the refresh tokens are always returned. You can prompt the user to re-authorize your app by adding the prompt=consent parameter to the authentication request <https://developers.google.com/identity/protocols/OpenIDConnect#sendauthrequest>. When prompt=consent is included, the consent screen is displayed every time the user logs into your app and a refresh token is returned in the response. You can consider using CustomerService.getCustomers() <https://developers.google.com/adwords/api/docs/reference/v201702/CustomerService#getcustomers> without setting the clientCustomerId to retrieve the details of the authenticated account when users reauthorize.
Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4eb3d1a9-d145-4e95-8cfe-c3597a2b852c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
