I'm developing an module that use GoogleAccountCredential to login, upload & download a file to GoogleDrive.
I want to get user first, last name and avatar of google account for display on my login feature.
I've try
GoogleAccountCredential.getAccountName()
But It return only account name.
And see about OAuth 2.0 but not sure It can provide which I needed.
Don't know where to get those infomation, any suggestion also help me. It's awsome if have some examples