【问题标题】:which class name is used for creating batch contacts in google people api哪个类名用于在 google people api 中创建批量联系人
【发布时间】:2021-06-17 06:12:51
【问题描述】:
$person = new Google_Service_PeopleService_Person($create_data[0]);
$exe = $service->people->createContact($person);*/

这已经用于创建单个联系人了。哪个类用于批量创建联系人?

【问题讨论】:

    标签: php google-people-api


    【解决方案1】:

    文档解释了如何perform batching requests for the People API

    没有“已实现的批处理类”,而是需要对批处理端点 URL 执行 HTTP 请求。

    另请参阅以下帖子:

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-09-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多