Open bhahumanists opened 4 years ago
As per the google notification, the batch endpoints are now disabled
Fix is to:
$batch = new Google_Http_Batch($client); $service = new Google_Service_Directory($client);
with:
$service = new Google_Service_Directory($client); $batch = new Google_Http_Batch($client, false, null, $service->batchPath);
As per the google notification, the batch endpoints are now disabled
Fix is to:
with: