Reputation: 3766
Will code that relies on the Users API to grab the email address of a Google Account be effect by this depreciation?
will user = users.get_current_user()
be enough to get back the email address?
Upvotes: 2
Views: 84
Reputation: 3709
will
user = users.get_current_user()
be enough to get back the email address?
It will be enough, but you need to upgrade asap because many other features would not work.
Upvotes: 2