Update docs
diff --git a/docs/dyn/drive_v3.changes.html b/docs/dyn/drive_v3.changes.html
index 1c2bf29..43855b5 100644
--- a/docs/dyn/drive_v3.changes.html
+++ b/docs/dyn/drive_v3.changes.html
@@ -131,6 +131,7 @@
"modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time).
"thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours.
"explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder.
+ "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app.
"writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions.
"ownedByMe": True or False, # Whether the user owns the file.
"viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time).