get
public Drive.About.Get get()
throws IOException
Gets information about the user, the user's Drive, and system capabilities. For more information,
see [Return user info](https://developers.google.com/drive/api/guides/user-info). Required: The
`fields` parameter must be set. To return the exact fields you need, see [Return specific
fields](https://developers.google.com/drive/api/guides/fields-parameter).
Create a request for the method "about.get".
This request holds the parameters needed by the drive server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException