Refresh docs
diff --git a/docs/dyn/drive_v2.changes.html b/docs/dyn/drive_v2.changes.html
index df48a0e..416526e 100644
--- a/docs/dyn/drive_v2.changes.html
+++ b/docs/dyn/drive_v2.changes.html
@@ -99,6 +99,7 @@
     "deleted": True or False, # Whether the file has been deleted.
     "file": { # The metadata for a file. # The updated state of the file. Present if the file has not been deleted.
       "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type.
+      "appDataContents": True or False, # Whether this file is in the appdata folder.
       "thumbnailLink": "A String", # A link to the file's thumbnail.
       "labels": { # A group of labels for the file.
         "restricted": True or False, # Whether viewers are prevented from downloading this file.
@@ -120,6 +121,7 @@
         "A String",
       ],
       "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+      "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
       "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
       "parents": [ # Collection of parent folders which contain this file.
           # Setting this field will put the file in all of the provided folders. On insert, if no folders are provided, the file will be placed in the default root folder.
@@ -134,6 +136,7 @@
       "exportLinks": { # Links for exporting Google Docs to specific formats.
         "a_key": "A String", # A mapping from export format to URL
       },
+      "shared": True or False, # Whether the file has been shared.
       "thumbnail": { # Thumbnail for the file. Only accepted on upload and for files that are not already thumbnailed by Google.
         "mimeType": "A String", # The MIME type of the thumbnail.
         "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image.
@@ -147,29 +150,39 @@
       "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
       "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
       "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+      "iconLink": "A String", # A link to the file's icon.
       "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
-        "flashUsed": True or False, # Whether a flash was used to create the photo.
+        "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
         "exposureTime": 3.14, # The length of the exposure, in seconds.
         "cameraMake": "A String", # The make of the camera used to create the photo.
+        "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
         "isoSpeed": 42, # The ISO speed used to create the photo.
         "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-        "height": 42, # The height of the image in pixels.
-        "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
+        "exposureMode": "A String", # The exposure mode used to create the photo.
+        "colorSpace": "A String", # The color space of the photo.
         "location": { # Geographic location information stored in the image.
           "latitude": 3.14, # The latitude stored in the image.
           "altitude": 3.14, # The altitude stored in the image.
           "longitude": 3.14, # The longitude stored in the image.
         },
+        "subjectDistance": 42, # The distance to the subject of the photo, in meters.
+        "height": 42, # The height of the image in pixels.
+        "lens": "A String", # The lens used to create the photo.
+        "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
+        "width": 42, # The width of the image in pixels.
+        "meteringMode": "A String", # The metering mode used to create the photo.
+        "flashUsed": True or False, # Whether a flash was used to create the photo.
         "aperture": 3.14, # The aperture used to create the photo (f-number).
         "rotation": 42, # The rotation in clockwise degrees from the image's original orientation.
-        "width": 42, # The width of the image in pixels.
+        "sensor": "A String", # The type of sensor used to create the photo.
+        "whiteBalance": "A String", # The white balance mode used to create the photo.
         "cameraModel": "A String", # The model of the camera used to create the photo.
       },
       "embedLink": "A String", # A link for embedding the file.
       "alternateLink": "A String", # A link for opening the file in using a relevant Google editor or viewer.
       "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date.
       "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
-      "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+      "userPermission": { # A single permission for a file.
         "withLink": True or False, # Whether the link is required for this permission.
         "kind": "drive#permission", # This is always drive#permission.
         "name": "A String", # The name for this permission.
@@ -207,7 +220,7 @@
   <pre>Lists the changes for a user.
 
 Args:
-  includeSubscribed: boolean, Whether to include subscribed items.
+  includeSubscribed: boolean, Whether to include shared files and public files the user has opened. When set to false, the list will include owned files plus any shared or public files the user has explictly added to a folder in Drive.
   includeDeleted: boolean, Whether to include deleted items.
   pageToken: string, Page token for changes.
   maxResults: integer, Maximum number of changes to return.
@@ -225,6 +238,7 @@
         "deleted": True or False, # Whether the file has been deleted.
         "file": { # The metadata for a file. # The updated state of the file. Present if the file has not been deleted.
           "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type.
+          "appDataContents": True or False, # Whether this file is in the appdata folder.
           "thumbnailLink": "A String", # A link to the file's thumbnail.
           "labels": { # A group of labels for the file.
             "restricted": True or False, # Whether viewers are prevented from downloading this file.
@@ -246,6 +260,7 @@
             "A String",
           ],
           "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+          "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
           "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
           "parents": [ # Collection of parent folders which contain this file.
               # Setting this field will put the file in all of the provided folders. On insert, if no folders are provided, the file will be placed in the default root folder.
@@ -260,6 +275,7 @@
           "exportLinks": { # Links for exporting Google Docs to specific formats.
             "a_key": "A String", # A mapping from export format to URL
           },
+          "shared": True or False, # Whether the file has been shared.
           "thumbnail": { # Thumbnail for the file. Only accepted on upload and for files that are not already thumbnailed by Google.
             "mimeType": "A String", # The MIME type of the thumbnail.
             "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image.
@@ -273,29 +289,39 @@
           "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
           "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
           "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+          "iconLink": "A String", # A link to the file's icon.
           "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
-            "flashUsed": True or False, # Whether a flash was used to create the photo.
+            "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
             "exposureTime": 3.14, # The length of the exposure, in seconds.
             "cameraMake": "A String", # The make of the camera used to create the photo.
+            "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
             "isoSpeed": 42, # The ISO speed used to create the photo.
             "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-            "height": 42, # The height of the image in pixels.
-            "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
+            "exposureMode": "A String", # The exposure mode used to create the photo.
+            "colorSpace": "A String", # The color space of the photo.
             "location": { # Geographic location information stored in the image.
               "latitude": 3.14, # The latitude stored in the image.
               "altitude": 3.14, # The altitude stored in the image.
               "longitude": 3.14, # The longitude stored in the image.
             },
+            "subjectDistance": 42, # The distance to the subject of the photo, in meters.
+            "height": 42, # The height of the image in pixels.
+            "lens": "A String", # The lens used to create the photo.
+            "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
+            "width": 42, # The width of the image in pixels.
+            "meteringMode": "A String", # The metering mode used to create the photo.
+            "flashUsed": True or False, # Whether a flash was used to create the photo.
             "aperture": 3.14, # The aperture used to create the photo (f-number).
             "rotation": 42, # The rotation in clockwise degrees from the image's original orientation.
-            "width": 42, # The width of the image in pixels.
+            "sensor": "A String", # The type of sensor used to create the photo.
+            "whiteBalance": "A String", # The white balance mode used to create the photo.
             "cameraModel": "A String", # The model of the camera used to create the photo.
           },
           "embedLink": "A String", # A link for embedding the file.
           "alternateLink": "A String", # A link for opening the file in using a relevant Google editor or viewer.
           "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date.
           "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
-          "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+          "userPermission": { # A single permission for a file.
             "withLink": True or False, # Whether the link is required for this permission.
             "kind": "drive#permission", # This is always drive#permission.
             "name": "A String", # The name for this permission.
@@ -345,7 +371,7 @@
 Returns:
   A request object that you can call 'execute()' on to request the next
   page. Returns None if there are no more items in the collection.
-      </pre>
+    </pre>
 </div>
 
 </body></html>
\ No newline at end of file