我正试图检索GMB位置及其相关媒体的评论。
检索评论的端点(GET https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/reviews/*)返回包含以下字段的评论列表:
{
"name": string,
"reviewId": string,
"reviewer": {
object (Reviewer)
},
"starRating": enum (StarRating),
"comment": string,
"createTime": string,
"updateTime": string,
"reviewReply": {
object (ReviewReply)
}
}但没有任何媒体信息。
你对此有什么想法吗?
谢谢
发布于 2022-02-15 19:45:27
虽然审查媒体可能在Google上可见,但目前还不可能通过GMB API检索这些数据。
https://stackoverflow.com/questions/71128831
复制相似问题