如何从 google 默认个人资料照片中过滤用户上传的个人资料照片
How to filter user uploaded profile photo from google default profile photo
我正在使用 Google People API v1 来获取用户的照片。我想使用用户上传的照片为我的应用程序推荐个人资料图片。有没有办法过滤
来自
Google+ api给出'isDefault'标志,它被设置为'false' 用于用户上传的个人资料照片
(How to check whether Google User's image is default or uploaded?) 但我无法在 People API.
中找到任何类似的结构
新的 default
字段最近已添加到人员 API 中的 Photo message。
我正在使用 Google People API v1 来获取用户的照片。我想使用用户上传的照片为我的应用程序推荐个人资料图片。有没有办法过滤
来自
Google+ api给出'isDefault'标志,它被设置为'false' 用于用户上传的个人资料照片 (How to check whether Google User's image is default or uploaded?) 但我无法在 People API.
中找到任何类似的结构新的 default
字段最近已添加到人员 API 中的 Photo message。