You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate from deprecated Google+ API (plus/v1) to People API (people/v1)
Joe says: This seems fairly straightforward. It does slightly change the
permissions dialog to say “Email and profile photo” – we don't want or ask
for anyone's profile photo, but we have to use the `profile` scope for the new
API. There's not really a way around this that I can see; there's no email-only
API.
Claude says:
The Legacy People API is deprecated and cannot be enabled for new
Cloud Console projects. This migrates all user profile lookups to
the modern People API (people/v1), which is the supported replacement.
Changes:
- Load 'people' v1 instead of 'plus' v1 via gwrap
- Use resourceName/personFields params instead of userId
- Update response field access (emailAddresses, names)
- Add 'profile' OAuth scope required by People API
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments