【发布时间】:2018-09-05 16:19:03
【问题描述】:
请注意 Google Place API 有此更新,问题是所有名称都更改为 A Google user 并且看起来包括人员不是匿名发布的:
author_name the name of the user who submitted the review.
Anonymous reviews are attributed to "A Google user".
https://developers.google.com/places/web-service/details#PlaceDetailsResults
我正在使用一个简单的 JS 插件在网站上显示评论,现在所有评论作者姓名都更改为 A Google user:https://github.com/peledies/google-places
这里是demo:https://jsfiddle.net/1ta6ekc2/14/,我尝试改了很多作者名字还是一样的地方。
从一个普通的搜索弹出评论页面,所有这些评论作者的名字都很好:https://www.google.ca/search?ei=JwKQW-3zB4i6tQXSpZjwBg&q=citizenM+New+York+Times+Square+Hotel&oq=citizenM+New+York+Times+Square+Hotel&gs_l=psy-ab.3...3952.3952.0.4677.0.0.0.0.0.0.0.0..0.0....0...1.2.64.psy-ab..0.0.0....0.3si1JLloRdA#lrd=0x89c258564165b30f:0xdebbed18bae58050,1,,,
这是一个错误还是只是 Google 推出的一项新功能?谢谢!
【问题讨论】:
-
似乎已修复。问题现在无法重现。
-
是的!他们修好了!
标签: google-places-api anonymous author