You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### drive:v2
The following keys were added:
- resources.files.methods.emptyTrash.parameters.driveId (Total Keys: 2)
#### drive:v3
The following keys were added:
- resources.files.methods.emptyTrash.parameters.driveId (Total Keys: 2)
<p class="firstline">Permanently deletes a file by ID. Skips the trash. The currently authenticated user must own the file or be an organizer on the parent for shared drive files.</p>
<p class="firstline">Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.</p>
@@ -136,10 +136,10 @@ <h2>Instance Methods</h2>
136
136
<p class="firstline">Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as modifiedDate. This method supports patch semantics.</p>
<p class="firstline">Subscribes to changes to a file. While you can establish a channel for changes to a file on a shared drive, a change to a shared drive file won't create a notification.</p>
139
+
<p class="firstline">Subscribe to changes on a file.</p>
<p class="firstline">Subscribes to changes to a file. While you can establish a channel for changes to a file on a shared drive, a change to a shared drive file won't create a notification.</p>
142
+
<p class="firstline">Subscribe to changes on a file.</p>
<pre>Permanently deletes all trashed files of a user or shared drive.
1041
1041
1042
1042
Args:
1043
+
driveId: string, If set, empties the trash of the provided shared drive.
1043
1044
enforceSingleParent: boolean, Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
<pre>Subscribes to changes to a file. While you can establish a channel for changes to a file on a shared drive, a change to a shared drive file won't create a notification.
6182
+
<pre>Subscribe to changes on a file.
6182
6183
6183
6184
Args:
6184
6185
fileId: string, The ID for the file in question. (required)
<pre>Subscribes to changes to a file. While you can establish a channel for changes to a file on a shared drive, a change to a shared drive file won't create a notification.
6237
+
<pre>Subscribe to changes on a file.
6237
6238
6238
6239
Args:
6239
6240
fileId: string, The ID for the file in question. (required)
0 commit comments