Google Drive Android API and Cross Client Authorization
问题 I use Google Drive Android API for letting users upload files from Google Drive on their Android device to my servers. I would now like to change this setup to allow my servers to have direct access to the users Google Drive, using Cross Client Authorization, which means that I have to generate an ID Token using GoogleAuthUtil.getToken . And this is were everything go off the rails. In order to generate this token I need an Account object. Currently, I'm setting up the GoogleApiClient like