Refresh docs
diff --git a/docs/dyn/drive_v2.about.html b/docs/dyn/drive_v2.about.html
index 09b6d34..24a3664 100644
--- a/docs/dyn/drive_v2.about.html
+++ b/docs/dyn/drive_v2.about.html
@@ -98,14 +98,15 @@
         "featureRate": 3.14, # The request limit rate for this feature, in queries per second.
       },
     ],
-    "quotaBytesUsed": "A String", # The number of quota bytes used.
+    "quotaBytesUsed": "A String", # The number of quota bytes used by Google Drive.
     "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.
+      "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
       "displayName": "A String", # A plain text displayable name for this user.
+      "permissionId": "A String", # The user's ID as visible in the permissions collection.
     },
     "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.