GMB 更改为 https://mybusiness.googleapis.com 至 https://mybusinessaccountmanagement.googleapis.com
我正在尝试获取每个位置的媒体。在以前的版本中,我可以获取像这样的网址的媒体https://mybusiness.googleapis.com/v4/accounts/locations/
但是即使新版本也不起作用,它也不再起作用了。
(https://mybusinessaccountmanagement.googleapis.com/v1/accounts/locations/
我怎样才能获取每个位置的媒体项目。
由于媒体 API 端点尚未迁移到新的媒体 API,您仍然需要使用 GET
https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/media
端点。
参考:https://developers.google.com/my-business/reference/rest/v4/accounts.locations.media/list
@vpgcloud 和 @MehmetAliKuş 你好,你们是如何首先启用
https://mybusiness.googleapis.com/v4
的?
由于在 API 库中看不到它,我想您在它被整体弃用之前已经获得了访问它的权限。