RE: Getting Unauthorized error while oauth request

2022-02-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, You can also make certain to Enable the Google Ads API in your project. Regards, Aryeh Google Ads API Team ref:_00D1U1174p._5004Q2WyiGZ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=

RE: Getting Unauthorized error while oauth request

2022-02-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Invalid client is a general Oauth issue that most probably is beyond the scope of this support channel. If you are using one of our client libraries you can check how a proper credential file is filled out by clicking on one of our libraries in the sidebar of our client libraries guid

Getting Unauthorized error while oauth request

2022-02-24 Thread enerjoy 010
the code is aas following: 'invalid_client: Unauthorized', '{\n "error": "invalid_client",\n "error_description": "Unauthorized"\n}' My access is basic, and I have already confirmed that the credentials (i.e. client ID and client secret) are correct. There is still something wrong. -- --