【问题标题】:GMB mybusinessbusinessinformation.googleapis.com/v1 not returning all locationsGMB mybusinessbusinessinformation.googleapis.com/v1 未返回所有位置
【发布时间】: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


    【解决方案1】:

    添加 &pageSize=100

    https://mybusinessbusinessinformation.googleapis.com/v1/accounts/my_account_number/locations?read_mask=title&pageSize=100

    如果您的位置总数超过 100 个,则可能需要 pageToken。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-10
      • 1970-01-01
      相关资源
      最近更新 更多