Hello group members, I wonder if anyone can give me any pointers as to where to look to try and resolve my error. I have read and followed the instructions/documentation and still seem to be having issues.
- We have a Google Ads Account which I can access using my own work google account and I have admin access level on the google ads account. - The Google ads account has API Center/API Access and a developer token exists. - In GCP console, we have a Client ID/Secret set up and an Oauth app registered allowing access from my work email domain and access to the scope https://www.googleapis.com/auth/adwords - Using the Google Oauth2 playground I authorize using my work google account to give access to the https://www.googleapis.com/auth/adwords scope and get back 1 200 response and the 1 hour token and the refresh token. - When using the refresh token and calling https://www.googleapis.com/oauth2/v3/token with my client ID/secret and the refresh token, to try and get a new access token I get the following error. { "error": "unauthorized_client", "error_description": "Unauthorized" } I have tried multiple things including - Generating a new client Secret - Generating a whole new Client ID and Secret - Re-authorizing to get new access/refresh tokens - Using postman to make the call to get the new token from the refresh token - Using CURL. Any help/direction welcomed. Lee -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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/db703a34-0d94-40bb-8a60-791bc4b13fb6n%40googlegroups.com.