About
class About extends Resource (View source)
The "about" collection of methods.
Typical usage is:
$driveService = new Google\Service\Drive(...);
$about = $driveService->about;
Methods
Details
About
get(array $optParams = [])
Gets information about the user, the user's Drive, and system capabilities.
(about.get)