RE: Adwords API OAuth2 : "error": "invalid_grant", "error_description": "Bad Request"

2019-01-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The "invalid_grant" error usually indicates that the access or refresh token being passed in your request is incorrect or invalid. Your curl request seems fine. If your curl request working, then the credentials are good and you can use the same credentials in the API call. In case, you a

Adwords API OAuth2 : "error": "invalid_grant", "error_description": "Bad Request"

2019-01-29 Thread service . info . mcc
Hello, With the update of the Adwords API, I wanted to test my code with an "old" test account with an Adwords test campaign. But I ended up with the error: { "error": "invalid_grant", "error_description": "Bad Request" } So I recreated a new Oauth2 Credential of type "Other" on the develope