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.permissions.methods.insert.parameters.enforceExpansiveAccess (Total Keys: 3)
#### drive:v3
The following keys were added:
- resources.permissions.methods.create.parameters.enforceExpansiveAccess (Total Keys: 3)
<pclass="firstline">Inserts a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.</p>
<pre>Inserts a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
216
216
217
217
Args:
@@ -266,6 +266,7 @@ <h3>Method Details</h3>
266
266
}
267
267
268
268
emailMessage: string, A plain text custom message to include in notification emails.
269
+
enforceExpansiveAccess: boolean, Whether the request should enforce expansive access rules.
269
270
enforceSingleParent: boolean, Deprecated: See `moveToNewOwnersRoot` for details.
270
271
moveToNewOwnersRoot: boolean, This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to `true`, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to `false`, parents are not changed.
271
272
sendNotificationEmails: boolean, Whether to send notification emails when sharing to users or groups. This parameter is ignored and an email is sent if the `role` is `owner`.
<pclass="firstline">Creates a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.</p>
<pre>Creates a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
107
107
108
108
Args:
@@ -144,6 +144,7 @@ <h3>Method Details</h3>
144
144
}
145
145
146
146
emailMessage: string, A plain text custom message to include in the notification email.
147
+
enforceExpansiveAccess: boolean, Whether the request should enforce expansive access rules.
147
148
enforceSingleParent: boolean, Deprecated: See `moveToNewOwnersRoot` for details.
148
149
moveToNewOwnersRoot: boolean, This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to `true`, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to `false`, parents are not changed.
149
150
sendNotificationEmail: boolean, Whether to send a notification email when sharing to users or groups. This defaults to true for users and groups, and is not allowed for other requests. It must not be disabled for ownership transfers.
0 commit comments