Skip to content

Commit

Permalink
Handle ERROR: 412: conditionNotMet - User creation is not complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
taers232c committed Oct 1, 2024
1 parent 70fb68d commit 2b6891c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/GamUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
7.00.10

Handled the following error that occurs when `gam create user` is immediateley followed by `gam update user`.
```
ERROR: 412: conditionNotMet - User creation is not complete.
```

Updated support for `Folders with limited access`; this is a work in progress.

7.00.09

Added initial support for `Folders with limited access`; you must be enrolled in the Beta preview.
Expand Down
1 change: 1 addition & 0 deletions src/gam.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ datas += [('admin-directory_v1.1beta1.json', '.')]
datas += [('cbcm-v1.1beta1.json', '.')]
datas += [('contactdelegation-v1.json', '.')]
datas += [('datastudio-v1.json', '.')]
datas += [('drive-v3beta.json', '.')]
datas += [('serviceaccountlookup-v1.json', '.')]
datas += [('cacerts.pem', '.')]
hiddenimports = [
Expand Down

0 comments on commit 2b6891c

Please sign in to comment.