I am developing an android application and want to integrate with Google Drive. Successfully integrated with google drive by following the below guide from android developers https://developers.google.com/drive/android/auth
Here I want to get the connected account email id or Account name. How can I get email id or account name?
Previously I had used Plus API along with GoogleApiClient to get Profile information. But now Plus API is deprecated.
Please help to get Email id or account name while integrating with Google Drive in android.