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.