Hi,
I created MCC test account, then inside I created a new test account and associated it to a new gmail account email address.
Next, I generated clientId and clientSecret and by using the code samples from googleads-php-lib I was able to write a simple web page with a button, click on the button opens your authentication page which shows all the google accounts I own. In this page I try to log into the new test account that I created under the MCC test account but I get this exception:
AuthorizationError.USER_PERMISSION_DENIED
Please suggest how to proceed from here. I am trying to make a successful connection to the API and get campaigns, ads etc.
Thanks.