Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Question (People API) : by query of "other contacts", how can I get other fields of them (photos, coverPhotos, etc...) ?

未关闭
#7,940 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

维护者通常 1 天内回复

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
20/100
Issue 类型
文档
描述清晰度
需要澄清
活跃度
停滞
技术栈
java
领域
api

调研方向

从链接的 People API 文档和 OtherContacts.list() 入口点开始,重点查看 Person 字段以及 issue 中提到的受支持请求字段。确定其他联系人是否具有可用的 ID,以及是否可以请求其他字段;完成的标准是提供有文档依据的答案或已确认的限制,以及任何受支持的 workaround。

由索引模型根据 Issue 内容生成。

描述

priority: p4 type: feature request

Using OtherContacts.list(), I succeeded to get a list of Person instances there (relevant link here and here ), but as the API says, I can only request to
fetch this information:

"emailAddresses,names,phoneNumbers"

How can I get the rest? Is there even an ID for each item here (had it for Contacts API here ) ?
Is there perhaps a workaround to get the rest of the fields for each item of the list here?

主要语言
Java
星标
725
派生
394
平均合并
45 分钟
30 天内合并 PR
240

环境准备

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

googleapis/google-api-java-client-services 的其他 Issue

查看 googleapis/google-api-java-client-services 的全部 Issue

相似的 Issue

更多 Java Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。