Refresh docs
diff --git a/docs/dyn/drive_v2.apps.html b/docs/dyn/drive_v2.apps.html
index d8dfd75..000d852 100644
--- a/docs/dyn/drive_v2.apps.html
+++ b/docs/dyn/drive_v2.apps.html
@@ -96,7 +96,9 @@
     "primaryFileExtensions": [ # The list of primary file extensions.
       "A String",
     ],
-    "useByDefault": True or False, # Whether the app is selected as the default handler for the types it supports.
+    "secondaryMimeTypes": [ # The list of secondary mime types.
+      "A String",
+    ],
     "name": "A String", # The name of the app.
     "icons": [ # The various icons for the app.
       {
@@ -108,17 +110,20 @@
         "size": 42, # Size of the icon. Represented as the maximum of the width and height.
       },
     ],
+    "shortDescription": "A String", # A short description of the app.
     "secondaryFileExtensions": [ # The list of secondary file extensions.
       "A String",
     ],
+    "useByDefault": True or False, # Whether the app is selected as the default handler for the types it supports.
     "installed": True or False, # Whether the app is installed.
-    "productUrl": "A String", # The product URL.
-    "secondaryMimeTypes": [ # The list of secondary mime types.
-      "A String",
-    ],
+    "supportsMultiOpen": True or False, # Whether this app supports opening more than one file.
+    "productUrl": "A String", # A link to the product listing for this app.
+    "productId": "A String", # The ID of the product listing for this app.
     "authorized": True or False, # Whether the app is authorized to access data on the user's Drive.
     "supportsCreate": True or False, # Whether this app supports creating new objects.
     "supportsImport": True or False, # Whether this app supports importing Google Docs.
+    "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids.
+    "longDescription": "A String", # A long description of the app.
     "primaryMimeTypes": [ # The list of primary mime types.
       "A String",
     ],
@@ -143,7 +148,9 @@
         "primaryFileExtensions": [ # The list of primary file extensions.
           "A String",
         ],
-        "useByDefault": True or False, # Whether the app is selected as the default handler for the types it supports.
+        "secondaryMimeTypes": [ # The list of secondary mime types.
+          "A String",
+        ],
         "name": "A String", # The name of the app.
         "icons": [ # The various icons for the app.
           {
@@ -155,17 +162,20 @@
             "size": 42, # Size of the icon. Represented as the maximum of the width and height.
           },
         ],
+        "shortDescription": "A String", # A short description of the app.
         "secondaryFileExtensions": [ # The list of secondary file extensions.
           "A String",
         ],
+        "useByDefault": True or False, # Whether the app is selected as the default handler for the types it supports.
         "installed": True or False, # Whether the app is installed.
-        "productUrl": "A String", # The product URL.
-        "secondaryMimeTypes": [ # The list of secondary mime types.
-          "A String",
-        ],
+        "supportsMultiOpen": True or False, # Whether this app supports opening more than one file.
+        "productUrl": "A String", # A link to the product listing for this app.
+        "productId": "A String", # The ID of the product listing for this app.
         "authorized": True or False, # Whether the app is authorized to access data on the user's Drive.
         "supportsCreate": True or False, # Whether this app supports creating new objects.
         "supportsImport": True or False, # Whether this app supports importing Google Docs.
+        "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids.
+        "longDescription": "A String", # A long description of the app.
         "primaryMimeTypes": [ # The list of primary mime types.
           "A String",
         ],