Regen all docs. (#700)
* Stop recursing if discovery == {}
* Generate docs with 'make docs'.
diff --git a/docs/dyn/drive_v2.parents.html b/docs/dyn/drive_v2.parents.html
index 423ebac..c1b2761 100644
--- a/docs/dyn/drive_v2.parents.html
+++ b/docs/dyn/drive_v2.parents.html
@@ -81,7 +81,7 @@
<code><a href="#get">get(fileId, parentId)</a></code></p>
<p class="firstline">Gets a specific parent reference.</p>
<p class="toc_element">
- <code><a href="#insert">insert(fileId, body, supportsTeamDrives=None)</a></code></p>
+ <code><a href="#insert">insert(fileId, body, supportsTeamDrives=None, supportsAllDrives=None)</a></code></p>
<p class="firstline">Adds a parent folder for a file.</p>
<p class="toc_element">
<code><a href="#list">list(fileId)</a></code></p>
@@ -118,7 +118,7 @@
</div>
<div class="method">
- <code class="details" id="insert">insert(fileId, body, supportsTeamDrives=None)</code>
+ <code class="details" id="insert">insert(fileId, body, supportsTeamDrives=None, supportsAllDrives=None)</code>
<pre>Adds a parent folder for a file.
Args:
@@ -134,7 +134,8 @@
"parentLink": "A String", # A link to the parent.
}
- supportsTeamDrives: boolean, Whether the requesting application supports Team Drives.
+ supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+ supportsAllDrives: boolean, Deprecated - Whether the requesting application supports both My Drives and shared drives. This parameter will only be effective until June 1, 2020. Afterwards all applications are assumed to support shared drives.
Returns:
An object of the form: