使用相关媒体检索 GMB 评论
Retrieve GMB reviews with associated media
我正在尝试检索 GMB 位置及其关联媒体的评论。
检索评论的端点
(GET https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/reviews/*
)
returns 包含以下字段的评论列表:
{
"name": string,
"reviewId": string,
"reviewer": {
object (Reviewer)
},
"starRating": enum (StarRating),
"comment": string,
"createTime": string,
"updateTime": string,
"reviewReply": {
object (ReviewReply)
}
}
但没有任何媒体信息。
你有什么想法吗?
谢谢
虽然评论媒体可能在 Google 地图上可见,但目前无法通过 GMB API 检索该数据。
我正在尝试检索 GMB 位置及其关联媒体的评论。
检索评论的端点
(GET https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/reviews/*
)
returns 包含以下字段的评论列表:
{
"name": string,
"reviewId": string,
"reviewer": {
object (Reviewer)
},
"starRating": enum (StarRating),
"comment": string,
"createTime": string,
"updateTime": string,
"reviewReply": {
object (ReviewReply)
}
}
但没有任何媒体信息。
你有什么想法吗?
谢谢
虽然评论媒体可能在 Google 地图上可见,但目前无法通过 GMB API 检索该数据。