为什么我无法通过 People API 收到我的地址

Why can't I receive my address through the People API

我正在尝试通过人员 API 在我的 Google 帐户中获取我设置的地址。

我请求

https://www.googleapis.com/auth/user.addresses.read

Oauth2 许可的范围 window 到 Javascript。

我在我的控制台中启用了地址范围 api 和

$service->people->get('people/me', [
        'personFields' => 'addresses,names,emailAddresses,genders'
    ]);

这就是我赢得人们反对的有效方式。 由于某些原因地址未填充,可能是什么问题?

确保用户在其个人资料中设置了地址 https://myaccount.google.com/profile

您可能还需要添加配置文件范围。