Hi Hyunsoo, The OAUTH_TOKEN_INVALID <https://developers.google.com/adwords/api/docs/common-errors#AuthenticationError.OAUTH_TOKEN_INVALID> error that you're experiencing is usually occurred if the access token specified in the request header is invalid. Can you check if the OAuth2 credentials used are associated with your account? Also, please try generating the new refresh token <https://developers.google.com/adwords/api/docs/guides/first-api-call#get_an_oauth2_refresh_token_and_configure_your_client> and see if it resolves the issue.
Regards, Bharani, AdWords API Team On Tuesday, November 14, 2017 at 5:05:16 AM UTC-5, Hyunsoo Choi wrote: > > Hello, > I had an issue today with the expiry timestamp returning in microseconds > (instead of milliseconds) when retrieving a GoogleCredential to fetch data > from the adwords api. > This caused my application to throw AuthenticationError.OAUTH_TOKEN_INVALID > errors when connecting to adwords. > > This was unusual as we consistently received the expiration timestamp in > milliseconds and our refresh token logic was based on this. > > Has anyone experienced a similar problem today? We started to notice this > on Nov 13, around 3PM EST. > > Thanks in advance for any input. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/27dfe719-914d-4ba7-81a3-483ad73b1a1f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
