我的业务问答 API - 删除答案 returns 404
My Business Q&A API - delete answer returns 404
从 4.9 迁移到新的“我的企业”问答 API 我在删除答案时遇到问题 (method)。
我的代码:
$client = $this->initGoogleClient($refreshToken);
$gmbService = new MyBusinessQA($client);
$gmbService->locations_questions->deleteAnswers($question->name);
$question->name 格式为locations/locationID/questions/questionID.
响应是 404,还没有找到请求的实体我可以看到这个特定的答案是实时的,我也在从 API.
中检索它
我认为这要么是错误,要么是我遗漏了什么。
这是一个错误,我可以重现它。
请报告给Google Business Profile API Support。
从 4.9 迁移到新的“我的企业”问答 API 我在删除答案时遇到问题 (method)。
我的代码:
$client = $this->initGoogleClient($refreshToken);
$gmbService = new MyBusinessQA($client);
$gmbService->locations_questions->deleteAnswers($question->name);
$question->name 格式为locations/locationID/questions/questionID.
响应是 404,还没有找到请求的实体我可以看到这个特定的答案是实时的,我也在从 API.
中检索它我认为这要么是错误,要么是我遗漏了什么。
这是一个错误,我可以重现它。 请报告给Google Business Profile API Support。