Tag: google people

如何从Google People API中删除contact_groups

我们使用people api获取contact_groups列表。 虽然我们使用sync_token,但我们无法获取已删除的组。 但人们列表没有这个问题。 怎么解决? service = Google::Apis::PeopleV1::PeopleServiceService.new service.client_options.application_name = ‘xxx’ service.authorization=Signet::OAuth2::Client.new(credentials) response = service.list_contact_groups(sync_token: xxxx-xxxx-xxxx)