Re: Access token with client library of gRPC

2021-05-25 Thread Hiroki Nohara
Hi Xiaoming, Thank you for following up. To make the access token reused during the lifetime, should I reuse one `GoogleAdsClient` object? Or is the lifetime dealt per "client library and correspond refresh token" set? I would like to know the way in which access token is re-generated less ti

Access token with client library of gRPC

2021-05-25 Thread Hiroki Nohara
Hello, In usual case of OAuth2 flow, access token is used for each request. Does python client library "google-ads" get access token for each request using refresh token? And does the library send requests in addition to the main request (fetching resource data) as like fetching access token ever