我无法执行任何操作来验证网站Google Console api
$client = new Google_Client();
$client->setApplicationName("MyAppName");
$client->setClientId($client_id);
$client->setClientSecret($client_secret);
$client->setAccessType('offline');
$client->setAccessToken($token);
$verificationService = new Google_Service_SiteVerification($client);
$verificationService->webResource->get('https://domain.com');
我的域也在哪里domain.com
通过 google api 添加我得到错误
“您不是该网站的所有者”