How can I get the amount of storage and used quota of a user's google drive account? I'm building an android app with the android api for drive: https://developers.google.com/drive/android/.
I couldn't find any method that could return the details for me, but, I believe I have to use call the rest api like shown here: https://developers.google.com/drive/v2/reference/about/get. How do I retrieve the drive service instance? I already have mGoogleAuthClient which can talk to drive APIs. Any help?