Refresh docs
diff --git a/docs/dyn/drive_v2.changes.html b/docs/dyn/drive_v2.changes.html
index 609d385..df48a0e 100644
--- a/docs/dyn/drive_v2.changes.html
+++ b/docs/dyn/drive_v2.changes.html
@@ -134,6 +134,10 @@
"exportLinks": { # Links for exporting Google Docs to specific formats.
"a_key": "A String", # A mapping from export format to URL
},
+ "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.
+ },
"originalFilename": "A String", # The original filename if the file was uploaded manually, or the original title if the file was inserted through the API. Note that renames of the title will not change the original filename. This will only be populated on files with content stored in Drive.
"description": "A String", # A short description of the file.
"webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
@@ -144,14 +148,22 @@
"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.
"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.
- "width": 42, # The width of the image in pixels.
- "rotation": 42, # The rotation in clockwise degrees from the image's original orientation.
+ "flashUsed": True or False, # Whether a flash was used to create the photo.
+ "exposureTime": 3.14, # The length of the exposure, in seconds.
+ "cameraMake": "A String", # The make of the camera used to create the photo.
+ "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).
"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.
},
- "height": 42, # The height of the image in pixels.
+ "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.
+ "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.
@@ -248,6 +260,10 @@
"exportLinks": { # Links for exporting Google Docs to specific formats.
"a_key": "A String", # A mapping from export format to URL
},
+ "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.
+ },
"originalFilename": "A String", # The original filename if the file was uploaded manually, or the original title if the file was inserted through the API. Note that renames of the title will not change the original filename. This will only be populated on files with content stored in Drive.
"description": "A String", # A short description of the file.
"webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
@@ -258,14 +274,22 @@
"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.
"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.
- "width": 42, # The width of the image in pixels.
- "rotation": 42, # The rotation in clockwise degrees from the image's original orientation.
+ "flashUsed": True or False, # Whether a flash was used to create the photo.
+ "exposureTime": 3.14, # The length of the exposure, in seconds.
+ "cameraMake": "A String", # The make of the camera used to create the photo.
+ "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).
"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.
},
- "height": 42, # The height of the image in pixels.
+ "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.
+ "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.