Hi,
I'm trying to receive list of accounts from Google Ads API but receive error:
{
"message": "The caller does not have permission",
"code": 7,
"status": "PERMISSION_DENIED",
"details": [
{ "@type": "google.ads.googleads.v6.errors.googleadsfailure-bin", "data": "" },
{ "@type": "grpc-status-details-bin", "data": "" },
{ "@type": "request-id", "data": "1kfiYeBhZTWOrD4heMSiaw" }
]
}
This problem occurs when I call: listAccessibleCustomers()
$customerServiceClient = $googleAdsClient->getCustomerServiceClient();
$accessibleCustomers = $customerServiceClient->listAccessibleCustomers();
I use already approved application.