Thanks for your replying, Nikisha. What I'm confused is  that I can get a 
credentials 
object with refresh_token in the earlier steps, for refresh_token will 
automaticly generate access_token, then I could initialize a client onject. 
Am I right?

# refresh_token Got in earlier steps
# client_id      from  settings file
# client_secret  from settings  file
# do not need access_token, for with refresh_token access_token will 
automaticly generated

credentials = google.oauth2.credentials.Credentials(
             None,
             refresh_token=refresh_token,
             client_id=client_id,
             client_secret=client_secret,
             token_uri='https://accounts.google.com/o/oauth2/token')

# Initialize the GoogleAdsClient.
client = google.ads.google_ads.client.GoogleAdsClient(
    credentials, developer_token)





在 2019年8月23日星期五 UTC+8上午4:51:26,adsapiforumadvisor写道:
>
> Hi Jia,
>
> Thank you for reaching support. With regards to your concern, it looks 
> like you have sent invalid authentication credentials while making call to 
> API. This is the reason you are getting StatusCode.UNAUTHENTICATED error. 
> Could you please verify if the correct credentials are used while making 
> API call. You might find our Quickstart 
> <https://developers.google.com/google-ads/api/docs/start> guide useful 
> for the process of acquiring the correct set of credentials needed to make 
> call to the API. Let us know if you are still facing issue.
>
> Regards,
> Nikisha Patel, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UHEN2K:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7a1e57ad-790d-4233-8cd1-0a5d74cae30d%40googlegroups.com.

Reply via email to