Google Maps评论集成

huangapple go评论56阅读模式
英文:

Google Maps Reviews Integration

问题

如何在Google控制台上配置我们的项目,以授予业务配置文件使用API获取评论并回复的访问权限。

在我创建项目之后,我启用了Google My Business API库和其他文档所需的库。然后,我创建了OAuth凭据,并将URL链接https://developers.google.com/oauthplayground添加到授权重定向URL。当我尝试获取我的帐户时,从此API https://mybusiness.googleapis.com/v4/accounts/ 显示我的帐户是个人的。当我尝试从此API的响应帐户ID获取位置https://mybusiness.googleapis.com/v4/accounts/{accountId}/locations 时,显示未找到。此外,存在配额限制的问题。我无法增加配额。

英文:

How to configure our project on google console to grant accesss on our business profile to use the API to get reviews and reply on it.

After I created the project, I enabled Google My Business API Library and other libraries that were required from the documentation. Then, I created OAuth credentials and I added the URL link https://developers.google.com/oauthplayground to the Authorized Redirect URLs. When I try to fetch my account, my accounts from this API https://mybusiness.googleapis.com/v4/accounts/ it shows me that my acount is personal. When I try to fetch the locations from the response account ID from this API https://mybusiness.googleapis.com/v4/accounts/{accountId}/locations it shows that it is not found.Furthermore, there is an issue with the quota's limitation. I am unable to increase the quotas.

答案1

得分: 1

Google My Business API 默认是私有的。

使用此表格来请求配额:
https://docs.google.com/forms/d/e/1FAIpQLSenhlfSv_Gms-g5wtqcXHbGEXzI_08140cWwwSAtqtoUnm1ig/viewform

英文:

The Google My Business API is private by default.

Use this form to request quota:
https://docs.google.com/forms/d/e/1FAIpQLSenhlfSv_Gms-g5wtqcXHbGEXzI_08140cWwwSAtqtoUnm1ig/viewform

huangapple
  • 本文由 发表于 2023年2月27日 17:17:29
  • 转载请务必保留本文链接:https://go.coder-hub.com/75578607.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定