diff --git a/wiki/GamUpdates.md b/wiki/GamUpdates.md index bf96e9b3..36fbe89d 100644 --- a/wiki/GamUpdates.md +++ b/wiki/GamUpdates.md @@ -10,6 +10,12 @@ Add the `-s` option to the end of the above commands to suppress creating the `g See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation +### 7.15.01 + +Added `downloadrestrictions.restrictedforreaders` and `downloadrestrictions.restrictedforwriters` +to ``; previously, only the abbreviations `downloadrestrictedforreaders` +and `downloadrestrictedforwriters` were supported (they are still supported). + ### 7.15.00 Updated `gam print shareddriveorganizers` to make `shownoorganizerdrives` default to `True` diff --git a/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md b/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md index 6fec8b1e..22389c57 100644 --- a/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +++ b/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md @@ -251,7 +251,7 @@ writes the credentials into the file oauth2.txt. admin@server:/Users/admin$ rm -f /Users/admin/GAMConfig/oauth2.txt admin@server:/Users/admin$ gam version WARNING: Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: /Users/admin/GAMConfig/oauth2.txt, Not Found -GAM 7.15.00 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.15.01 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.13.5 64-bit final MacOS Sequoia 15.5 x86_64 @@ -989,7 +989,7 @@ writes the credentials into the file oauth2.txt. C:\>del C:\GAMConfig\oauth2.txt C:\>gam version WARNING: Config File: C:\GAMConfig\gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: C:\GAMConfig\oauth2.txt, Not Found -GAM 7.15.00 - https://github.com/GAM-team/GAM - pythonsource +GAM 7.15.01 - https://github.com/GAM-team/GAM - pythonsource GAM Team Python 3.13.5 64-bit final Windows-10-10.0.17134 AMD64 diff --git a/wiki/Shared-Drives.md b/wiki/Shared-Drives.md index bde4a598..bfaca750 100644 --- a/wiki/Shared-Drives.md +++ b/wiki/Shared-Drives.md @@ -203,8 +203,8 @@ allowcontentmanagerstosharefolders| copyrequireswriterpermission| domainusersonly| - downloadrestrictedforreaders| - downloadrestrictedforwriters| + downloadrestrictedforreaders|downloadrestrictions.restrictedforreaders| + downloadrestrictedforwriters|downloadrestrictions.restrictedforwriters| drivemembersonly|teammembersonly| sharingfoldersrequiresorganizerpermission @@ -247,7 +247,7 @@ The user that creates a Shared Drive is given the permission role organizer for gam [] create shareddrive [(theme|themeid )| ([customtheme ] [color ])] - ( )* + ([restrictions.] )* [hide ] [ou|org|orgunit ] [errorretries ] [updateinitialdelay ] [updateretrydelay ] [(csv [todrive *] (addcsvdata )*) | returnidonly] @@ -259,7 +259,7 @@ gam [] create shareddrive * `` - Y coordinate, typically 0.0 * `` - width, typically 1.0 * `color` - set the Shared Drive color -* ` ` - Set Shared Drive Restrictions +* `[restrictions.] ` - Set Shared Drive Restrictions * `hide ` - Set Shared Drive visibility If any attributes other than `themeid` are specified, GAM must create the Drive and then update the Drive attributes. @@ -333,13 +333,13 @@ gam [] update shareddrive [name ] [adminaccess|asadmin] [(theme|themeid )| ([customtheme ] [color ])] - ( )* + ([restrictions.] )* [hide|hidden ] [ou|org|orgunit ] ``` * `themeid` - a Shared Drive themeId obtained from `show shareddrivethemes` * `customtheme` - set the backgroundImageFile property described here: https://developers.google.com/drive/v3/reference/teamdrives * `color` - set the Shared Drive color -* ` ` - Set Shared Drive Restrictions +* `[restrictions.] ` - Set Shared Drive Restrictions * `hidden ` - Set Shared Drive visibility * `ou|org|orgunit ` - See: https://workspaceupdates.googleblog.com/2022/05/shared-drives-in-organizational-units-open-beta.html diff --git a/wiki/Users-Shared-Drives.md b/wiki/Users-Shared-Drives.md index 66141904..73a0d0be 100644 --- a/wiki/Users-Shared-Drives.md +++ b/wiki/Users-Shared-Drives.md @@ -181,8 +181,8 @@ allowcontentmanagerstosharefolders| copyrequireswriterpermission| domainusersonly| - downloadrestrictedforreaders| - downloadrestrictedforwriters| + downloadrestrictedforreaders|downloadrestrictions.restrictedforreaders| + downloadrestrictedforwriters|downloadrestrictions.restrictedforwriters| drivemembersonly|teammembersonly| sharingfoldersrequiresorganizerpermission @@ -217,7 +217,7 @@ The user that creates a Shared Drive is given the permission role organizer for gam create shareddrive [(theme|themeid )| ([customtheme ] [color ])] - ( )* + ([restrictions.] )* [hide ] [ou|org|orgunit ] [errorretries ] [updateinitialdelay ] [updateretrydelay ] [(csv [todrive *] (addcsvdata )*) | returnidonly] @@ -228,7 +228,7 @@ gam create shareddrive * `` - Y coordinate, typically 0.0 * `` - width, typically 1.0 * `color` - set the Shared Drive color -* ` ` - Set Shared Drive Restrictions +* `[restrictions.] ` - Set Shared Drive Restrictions * `hide ` - Set Shared Drive visibility If any attributes other than `themeid` are specified, GAM must create the Drive and then update the Drive attributes. @@ -284,13 +284,13 @@ This command is used to set basic Shared Drive settings. gam update shareddrive [adminaccess|asadmin] [name ] [(theme|themeid )| ([customtheme ] [color ])] - ( )* + ([restrictions.] )* [hide|hidden ] [ou|org|orgunit ] ``` * `themeid` - a Shared Drive themeId obtained from `show shareddrivethemes` * `customtheme` - set the backgroundImageFile property described here: https://developers.google.com/drive/v3/reference/teamdrives * `color` - set the Shared Drive color -* ` ` - Set Shared Drive Restrictions +* `[restrictions.] ` - Set Shared Drive Restrictions * `hidden ` - Set Shared Drive visibility This option is only available when the command is run as an administrator. diff --git a/wiki/Version-and-Help.md b/wiki/Version-and-Help.md index 011f2328..2845c495 100644 --- a/wiki/Version-and-Help.md +++ b/wiki/Version-and-Help.md @@ -4,7 +4,7 @@ k Print the current version of Gam with details ``` gam version -GAM 7.15.00 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.15.01 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.13.5 64-bit final MacOS Sequoia 15.5 x86_64 @@ -16,7 +16,7 @@ Time: 2023-06-02T21:10:00-07:00 Print the current version of Gam with details and time offset information ``` gam version timeoffset -GAM 7.15.00 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.15.01 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.13.5 64-bit final MacOS Sequoia 15.5 x86_64 @@ -28,7 +28,7 @@ Your system time differs from www.googleapis.com by less than 1 second Print the current version of Gam with extended details and SSL information ``` gam version extended -GAM 7.15.00 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.15.01 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.13.5 64-bit final MacOS Sequoia 15.5 x86_64 @@ -65,7 +65,7 @@ MacOS High Sierra 10.13.6 x86_64 Path: /Users/Admin/bin/gam7 Version Check: Current: 5.35.08 - Latest: 7.15.00 + Latest: 7.15.01 echo $? 1 ``` @@ -73,7 +73,7 @@ echo $? Print the current version number without details ``` gam version simple -7.15.00 +7.15.01 ``` In Linux/MacOS you can do: ``` @@ -83,7 +83,7 @@ echo $VER Print the current version of Gam and address of this Wiki ``` gam help -GAM 7.15.00 - https://github.com/GAM-team/GAM +GAM 7.15.01 - https://github.com/GAM-team/GAM GAM Team Python 3.13.5 64-bit final MacOS Sequoia 15.5 x86_64