Refresh docs
diff --git a/docs/dyn/drive_v2.about.html b/docs/dyn/drive_v2.about.html
index 168fad3..4349974 100644
--- a/docs/dyn/drive_v2.about.html
+++ b/docs/dyn/drive_v2.about.html
@@ -99,6 +99,14 @@
},
],
"quotaBytesUsed": "A String", # The number of quota bytes used.
+ "user": { # The JSON template for a user. # The authenticated user.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
+ },
+ "kind": "drive#user", # This is always drive#user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user of which the request was made on behalf.
+ "displayName": "A String", # A plain text displayable name for this user.
+ },
"permissionId": "A String", # The current user's ID as visible in the permissions collection.
"maxUploadSizes": [ # List of max upload sizes for each file type. The most specific type takes precedence.
{
@@ -142,6 +150,7 @@
],
},
],
+ "quotaBytesUsedAggregate": "A String", # The number of quota bytes used by all Google apps (Drive, Picasa, etc.).
"domainSharingPolicy": "A String", # The domain sharing policy for the current user.
"selfLink": "A String", # A link back to this item.
"isCurrentAppInstalled": True or False, # A boolean indicating whether the authenticated app is installed by the authenticated user.