简体   繁体   English

Google people API V1 扩展属性

[英]Google people API V1 extended properties

I'm upgrading our Google service wrapper (PHP) with the latest Google PHP client v2-2-2.我正在使用最新的 Google PHP 客户端 v2-2-2 升级我们的 Google 服务包装器 (PHP)。

I'm trying to replace contact API with people API, but I can't get extended properties (NOT USER DEFINED PROPERTIES).我正在尝试用人员 API 替换联系 API,但我无法获得扩展属性(不是用户定义的属性)。

People API seems not manage this properties, any solutions ? People API 似乎无法管理此属性,有什么解决方案吗?

Thanks & bye.谢谢再见。

If you check the documentation Person.get returns a Person resource如果您查看文档Person.get返回一个Person 资源

Person resource does not contain the extended properties that are available in the contacts api人员资源不包含联系人 api中可用的扩展属性

gd:extendedProperty Contact entry uses an extended gd:extendedProperty, which stores client-specific properties (see: Extended properties and projections ). gd:extendedProperty Contact 条目使用扩展的 gd:extendedProperty,它存储客户端特定的属性(请参阅: 扩展属性和投影)。

You may want to consider adding it as a feature request issue forum您可能需要考虑将其添加为功能请求 问题论坛

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM