【发布时间】:2022-06-12 13:43:00
【问题描述】:
GMB API v1 不会返回所有位置。
如果我运行 https://mybusiness.googleapis.com/v4/accounts/my_account_number/locations? 之类的东西,在 Google 开发者游乐场上
它将返回我拥有的所有位置
如果我使用新 API 并运行 https://mybusinessbusinessinformation.googleapis.com/v1/accounts/my_account_number/locations?read_mask=title,它不会返回所有位置。
我验证了该位置是否有任何不同,但找不到任何东西。
我在这里做错了什么?
【问题讨论】:
标签: google-api google-playground