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
Copy file name to clipboardExpand all lines: docs/dyn/drive_v2.changes.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ <h3>Method Details</h3>
129
129
"canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
130
130
"canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
131
131
"canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
132
+
"canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
132
133
"canComment": True or False, # Whether the current user can comment on files in this shared drive.
133
134
"canCopy": True or False, # Whether the current user can copy files in this shared drive.
134
135
"canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
@@ -156,6 +157,7 @@ <h3>Method Details</h3>
156
157
"copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
157
158
"domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
158
159
"driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
160
+
"sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
159
161
},
160
162
"themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
161
163
},
@@ -600,6 +602,7 @@ <h3>Method Details</h3>
600
602
"canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive.
601
603
"canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive.
602
604
"canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive.
605
+
"canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive.
603
606
"canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive.
604
607
"canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive.
605
608
"canComment": True or False, # Whether the current user can comment on files in this Team Drive.
@@ -628,6 +631,7 @@ <h3>Method Details</h3>
628
631
"adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions.
629
632
"copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive.
630
633
"domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive.
634
+
"sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
631
635
"teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive.
632
636
},
633
637
"themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
@@ -700,6 +704,7 @@ <h3>Method Details</h3>
700
704
"canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
701
705
"canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
702
706
"canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
707
+
"canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
703
708
"canComment": True or False, # Whether the current user can comment on files in this shared drive.
704
709
"canCopy": True or False, # Whether the current user can copy files in this shared drive.
705
710
"canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
@@ -727,6 +732,7 @@ <h3>Method Details</h3>
727
732
"copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
728
733
"domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
729
734
"driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
735
+
"sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
730
736
},
731
737
"themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
732
738
},
@@ -1171,6 +1177,7 @@ <h3>Method Details</h3>
1171
1177
"canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive.
1172
1178
"canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive.
1173
1179
"canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive.
1180
+
"canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive.
1174
1181
"canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive.
1175
1182
"canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive.
1176
1183
"canComment": True or False, # Whether the current user can comment on files in this Team Drive.
@@ -1199,6 +1206,7 @@ <h3>Method Details</h3>
1199
1206
"adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions.
1200
1207
"copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive.
1201
1208
"domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive.
1209
+
"sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
1202
1210
"teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive.
1203
1211
},
1204
1212
"themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
0 commit comments