Skip to content

Commit b54fef1

Browse files
committed
Fixed bug in gam <UserTypeEntity> move drivefile <DriveFileEntity>
1 parent c36a71f commit b54fef1

File tree

4 files changed

+29
-15
lines changed

4 files changed

+29
-15
lines changed

wiki/GamUpdates.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ Add the `-s` option to the end of the above commands to suppress creating the `g
1010

1111
See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation
1212

13+
### 7.29.02
14+
15+
Fixed bug in `gam <UserTypeEntity> move drivefile <DriveFileEntity>` where the following options
16+
were only applied to top level files or folders re-created in the destination. Now, domain
17+
and email address mappings apply to all moved files/folders.
18+
```
19+
excludepermissionsfromdomains <DomainNameList>
20+
includepermissionsfromdomains <DomainNameList>
21+
mappermissionsdomain <DomainName> <DomainName>
22+
mappermissionsemail <EmailAddress> <EmailAddress>
23+
mappermissionsemailfile <CSVFileInput> endcsv
24+
```
25+
26+
Upgraded to Python 3.14.1.
27+
1328
### 7.29.01
1429

1530
Added option `oneitemperrow` to `gam <UserTypeEntity> print calendars ... permissions` to have each of a

wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ writes the credentials into the file oauth2.txt.
252252
admin@server:/Users/admin$ rm -f /Users/admin/GAMConfig/oauth2.txt
253253
admin@server:/Users/admin$ gam version
254254
WARNING: Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: /Users/admin/GAMConfig/oauth2.txt, Not Found
255-
GAM 7.29.01 - https://github.com/GAM-team/GAM - pyinstaller
255+
GAM 7.29.02 - https://github.com/GAM-team/GAM - pyinstaller
256256
GAM Team <google-apps-manager@googlegroups.com>
257-
Python 3.14.0 64-bit final
257+
Python 3.14.1 64-bit final
258258
macOS Tahoe 26.1 x86_64
259259
Path: /Users/admin/bin/gam7
260260
Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, customer_id: my_customer, domain: domain.com
@@ -990,9 +990,9 @@ writes the credentials into the file oauth2.txt.
990990
C:\>del C:\GAMConfig\oauth2.txt
991991
C:\>gam version
992992
WARNING: Config File: C:\GAMConfig\gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: C:\GAMConfig\oauth2.txt, Not Found
993-
GAM 7.29.01 - https://github.com/GAM-team/GAM - pythonsource
993+
GAM 7.29.02 - https://github.com/GAM-team/GAM - pythonsource
994994
GAM Team <google-apps-manager@googlegroups.com>
995-
Python 3.14.0 64-bit final
995+
Python 3.14.1 64-bit final
996996
Windows 11 10.0.26200 AMD64
997997
Path: C:\GAM7
998998
Config File: C:\GAMConfig\gam.cfg, Section: DEFAULT, customer_id: my_customer, domain: domain.com

wiki/Users-Drive-Copy-Move.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,6 @@ gam <UserTypeEntity> move drivefile <DriveFileEntity> [newfilename <DriveFileNam
561561
[excludepermissionsfromdomains|includepermissionsfromdomains <DomainNameList>]
562562
(mappermissionsemail <EmailAddress> <EmailAddress)* [mappermissionsemailfile <CSVFileInput> endcsv]
563563
(mappermissionsdomain <DomainName> <DomainName>)*
564-
[updatefilepermissions [<Boolean>]]
565564
[retainsourcefolders [<Boolean>]]
566565
[sendemailifrequired [<Boolean>]]
567566
[verifyorganizer [<Boolean>]]

wiki/Version-and-Help.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Print the current version of Gam with details
44
```
55
gam version
6-
GAM 7.29.01 - https://github.com/GAM-team/GAM - pyinstaller
6+
GAM 7.29.02 - https://github.com/GAM-team/GAM - pyinstaller
77
GAM Team <google-apps-manager@googlegroups.com>
8-
Python 3.14.0 64-bit final
8+
Python 3.14.1 64-bit final
99
macOS Tahoe 26.1 x86_64
1010
Path: /Users/Admin/bin/gam7
1111
Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, customer_id: my_customer, domain: domain.com
@@ -15,9 +15,9 @@ Time: 2023-06-02T21:10:00-07:00
1515
Print the current version of Gam with details and time offset information
1616
```
1717
gam version timeoffset
18-
GAM 7.29.01 - https://github.com/GAM-team/GAM - pyinstaller
18+
GAM 7.29.02 - https://github.com/GAM-team/GAM - pyinstaller
1919
GAM Team <google-apps-manager@googlegroups.com>
20-
Python 3.14.0 64-bit final
20+
Python 3.14.1 64-bit final
2121
macOS Tahoe 26.1 x86_64
2222
Path: /Users/Admin/bin/gam7
2323
Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, customer_id: my_customer, domain: domain.com
@@ -27,9 +27,9 @@ Your system time differs from www.googleapis.com by less than 1 second
2727
Print the current version of Gam with extended details and SSL information
2828
```
2929
gam version extended
30-
GAM 7.29.01 - https://github.com/GAM-team/GAM - pyinstaller
30+
GAM 7.29.02 - https://github.com/GAM-team/GAM - pyinstaller
3131
GAM Team <google-apps-manager@googlegroups.com>
32-
Python 3.14.0 64-bit final
32+
Python 3.14.1 64-bit final
3333
macOS Tahoe 26.1 x86_64
3434
Path: /Users/Admin/bin/gam7
3535
Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, customer_id: my_customer, domain: domain.com
@@ -68,15 +68,15 @@ MacOS High Sierra 10.13.6 x86_64
6868
Path: /Users/Admin/bin/gam7
6969
Version Check:
7070
Current: 5.35.08
71-
Latest: 7.29.01
71+
Latest: 7.29.02
7272
echo $?
7373
1
7474
```
7575

7676
Print the current version number without details
7777
```
7878
gam version simple
79-
7.29.01
79+
7.29.02
8080
```
8181
In Linux/MacOS you can do:
8282
```
@@ -86,9 +86,9 @@ echo $VER
8686
Print the current version of Gam and address of this Wiki
8787
```
8888
gam help
89-
GAM 7.29.01 - https://github.com/GAM-team/GAM
89+
GAM 7.29.02 - https://github.com/GAM-team/GAM
9090
GAM Team <google-apps-manager@googlegroups.com>
91-
Python 3.14.0 64-bit final
91+
Python 3.14.1 64-bit final
9292
macOS Tahoe 26.1 x86_64
9393
Path: /Users/Admin/bin/gam7
9494
Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, customer_id: my_customer, domain: domain.com

0 commit comments

Comments
 (0)