英文:
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论