Re: Recovering missed refresh token

2018-03-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi Angel, You will need to store your refreshToken in a secure place as this will allow you to automatically create new access tokens when the previous ones expire. Additionally, you may refer to the recommendation in this guide

Re: Recovering missed refresh token

2018-03-06 Thread Angel Lubenov
Hi!, I am using OAuth2 credentials, and I already did all the process for getting the clientId and the secret by registering a web-application. My problem a different one: once I get the access_token it expires in one hour, so I need the refresh_token to get a new one, but the last one is

Re: Recovering missed refresh token

2018-03-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Angel, Could you confirm if you are generating OAuth2 credentials for an AdWords account? If yes, you can follow the steps mentioned in this guide for the Web App flow. Once you have set up your credentials, your

Recovering missed refresh token

2018-03-05 Thread Angel Lubenov
Hi!, this is my situation I am making a web-app, it starts the authorization/authenthication flow with oAuth (https://accounts.google.com/o/oauth2/v2/auth) with the following parameters: access_type = offline, and scope = openid email. The first authorization process ends up fine returning all