gam7 7.5.13__tar.gz → 7.5.15__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of gam7 might be problematic. Click here for more details.

Files changed (107) hide show
  1. {gam7-7.5.13 → gam7-7.5.15}/PKG-INFO +1 -1
  2. {gam7-7.5.13 → gam7-7.5.15}/src/GamCommands.txt +1 -0
  3. {gam7-7.5.13 → gam7-7.5.15}/src/GamUpdate.txt +20 -0
  4. {gam7-7.5.13 → gam7-7.5.15}/src/gam/__init__.py +7 -2
  5. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/glskus.py +2 -0
  6. {gam7-7.5.13 → gam7-7.5.15}/src/gam-install.sh +18 -20
  7. {gam7-7.5.13 → gam7-7.5.15}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
  8. {gam7-7.5.13 → gam7-7.5.15}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
  9. {gam7-7.5.13 → gam7-7.5.15}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
  10. {gam7-7.5.13 → gam7-7.5.15}/.github/ISSUE_TEMPLATE.txt +0 -0
  11. {gam7-7.5.13 → gam7-7.5.15}/.github/actions/creds.tar.xz.gpg +0 -0
  12. {gam7-7.5.13 → gam7-7.5.15}/.github/actions/decrypt.sh +0 -0
  13. {gam7-7.5.13 → gam7-7.5.15}/.github/actions/entitlements.plist +0 -0
  14. {gam7-7.5.13 → gam7-7.5.15}/.github/actions/package_exclusions.txt +0 -0
  15. {gam7-7.5.13 → gam7-7.5.15}/.github/stale.yml +0 -0
  16. {gam7-7.5.13 → gam7-7.5.15}/.github/workflows/build.yml +0 -0
  17. {gam7-7.5.13 → gam7-7.5.15}/.github/workflows/codeql-analysis.yml +0 -0
  18. {gam7-7.5.13 → gam7-7.5.15}/.github/workflows/get-cacerts.yml +0 -0
  19. {gam7-7.5.13 → gam7-7.5.15}/.github/workflows/pypi.yml +0 -0
  20. {gam7-7.5.13 → gam7-7.5.15}/.pre-commit-config.yaml +0 -0
  21. {gam7-7.5.13 → gam7-7.5.15}/LICENSE +0 -0
  22. {gam7-7.5.13 → gam7-7.5.15}/README.md +0 -0
  23. {gam7-7.5.13 → gam7-7.5.15}/pyproject.toml +0 -0
  24. {gam7-7.5.13 → gam7-7.5.15}/src/.gitignore +0 -0
  25. {gam7-7.5.13 → gam7-7.5.15}/src/LICENSE +0 -0
  26. {gam7-7.5.13 → gam7-7.5.15}/src/cacerts.pem +0 -0
  27. {gam7-7.5.13 → gam7-7.5.15}/src/callgam.py +0 -0
  28. {gam7-7.5.13 → gam7-7.5.15}/src/gam/__main__.py +0 -0
  29. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/__init__.py +0 -0
  30. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/auth.py +0 -0
  31. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/client.py +0 -0
  32. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/core.py +0 -0
  33. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/data.py +0 -0
  34. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/http.py +0 -0
  35. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/http_core.py +0 -0
  36. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/http_interface.py +0 -0
  37. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/mock_http.py +0 -0
  38. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/mock_http_core.py +0 -0
  39. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/mock_service.py +0 -0
  40. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/service.py +0 -0
  41. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/token_store.py +0 -0
  42. {gam7-7.5.13 → gam7-7.5.15}/src/gam/atom/url.py +0 -0
  43. {gam7-7.5.13 → gam7-7.5.15}/src/gam/cacerts.pem +0 -0
  44. {gam7-7.5.13 → gam7-7.5.15}/src/gam/cbcm-v1.1beta1.json +0 -0
  45. {gam7-7.5.13 → gam7-7.5.15}/src/gam/contactdelegation-v1.json +0 -0
  46. {gam7-7.5.13 → gam7-7.5.15}/src/gam/datastudio-v1.json +0 -0
  47. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/__init__.py +0 -0
  48. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/glaction.py +0 -0
  49. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/glapi.py +0 -0
  50. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/glcfg.py +0 -0
  51. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/glclargs.py +0 -0
  52. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/glentity.py +0 -0
  53. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/glgapi.py +0 -0
  54. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/glgdata.py +0 -0
  55. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/glglobals.py +0 -0
  56. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/glindent.py +0 -0
  57. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/glmsgs.py +0 -0
  58. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/gluprop.py +0 -0
  59. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/glverlibs.py +0 -0
  60. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gamlib/yubikey.py +0 -0
  61. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gdata/__init__.py +0 -0
  62. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gdata/alt/__init__.py +0 -0
  63. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gdata/alt/app_engine.py +0 -0
  64. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gdata/alt/appengine.py +0 -0
  65. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gdata/apps/__init__.py +0 -0
  66. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gdata/apps/audit/__init__.py +0 -0
  67. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gdata/apps/audit/service.py +0 -0
  68. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gdata/apps/contacts/__init__.py +0 -0
  69. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gdata/apps/contacts/service.py +0 -0
  70. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gdata/apps/service.py +0 -0
  71. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gdata/service.py +0 -0
  72. {gam7-7.5.13 → gam7-7.5.15}/src/gam/gdata/urlfetch.py +0 -0
  73. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/__init__.py +0 -0
  74. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/_auth.py +0 -0
  75. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/_helpers.py +0 -0
  76. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/channel.py +0 -0
  77. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/discovery.py +0 -0
  78. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
  79. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
  80. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
  81. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
  82. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/errors.py +0 -0
  83. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/http.py +0 -0
  84. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/mimeparse.py +0 -0
  85. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/model.py +0 -0
  86. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/schema.py +0 -0
  87. {gam7-7.5.13 → gam7-7.5.15}/src/gam/googleapiclient/version.py +0 -0
  88. {gam7-7.5.13 → gam7-7.5.15}/src/gam/iso8601/__init__.py +0 -0
  89. {gam7-7.5.13 → gam7-7.5.15}/src/gam/iso8601/iso8601.py +0 -0
  90. {gam7-7.5.13 → gam7-7.5.15}/src/gam/meet-v2beta.json +0 -0
  91. {gam7-7.5.13 → gam7-7.5.15}/src/gam/serviceaccountlookup-v1.json +0 -0
  92. {gam7-7.5.13 → gam7-7.5.15}/src/gam/six.py +0 -0
  93. {gam7-7.5.13 → gam7-7.5.15}/src/gam-setup.bat +0 -0
  94. {gam7-7.5.13 → gam7-7.5.15}/src/gam.exe.manifest +0 -0
  95. {gam7-7.5.13 → gam7-7.5.15}/src/gam.py +0 -0
  96. {gam7-7.5.13 → gam7-7.5.15}/src/gam.spec +0 -0
  97. {gam7-7.5.13 → gam7-7.5.15}/src/gam.wxs +0 -0
  98. {gam7-7.5.13 → gam7-7.5.15}/src/license.rtf +0 -0
  99. {gam7-7.5.13 → gam7-7.5.15}/src/requirements-dev.txt +0 -0
  100. {gam7-7.5.13 → gam7-7.5.15}/src/requirements.txt +0 -0
  101. {gam7-7.5.13 → gam7-7.5.15}/src/setup.cfg +0 -0
  102. {gam7-7.5.13 → gam7-7.5.15}/src/setup.py +0 -0
  103. {gam7-7.5.13 → gam7-7.5.15}/src/tools/a_atleast_b.py +0 -0
  104. {gam7-7.5.13 → gam7-7.5.15}/src/tools/gen-wix-xml-filelist.py +0 -0
  105. {gam7-7.5.13 → gam7-7.5.15}/src/tools/mkGamRef.py +0 -0
  106. {gam7-7.5.13 → gam7-7.5.15}/src/tools/openssl.props +0 -0
  107. {gam7-7.5.13 → gam7-7.5.15}/src/version_info.txt.in +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gam7
3
- Version: 7.5.13
3
+ Version: 7.5.15
4
4
  Summary: CLI tool to manage Google Workspace
5
5
  Project-URL: Homepage, https://github.com/GAM-team/GAM
6
6
  Project-URL: Issues, https://github.com/GAM-team/GAM/issues
@@ -266,6 +266,7 @@ If an item contains spaces, it should be surrounded by ".
266
266
  appsheetstandard | appsheetenterprisestandard | 1010380002 | AppSheet Enterprise Standard |
267
267
  appsheetplus | appsheetenterpriseplus | 1010380003 | AppSheet Enterprise Plus |
268
268
  assuredcontrols | 1010390001 | Assured Controls |
269
+ assuredcontrolsplus | 1010390002 | Assured Controls Plus |
269
270
  bce | beyondcorp | beyondcorpenterprise | cep | chromeenterprisepremium | 1010400001 | Chrome Enterprise Premium |
270
271
  cdm | chrome | googlechromedevicemanagement | Google-Chrome-Device-Management |
271
272
  cloudidentity | identity | 1010010001 | Cloud Identity |
@@ -1,3 +1,23 @@
1
+ 7.05.15
2
+
3
+ Updated `gam <UserTypeEntity> get drivefile` and `gam <UserTypeEntity> create drivefile`
4
+ to allow downloading and uploading of Google App Scripts.
5
+ ```
6
+ $ gam user user1@domain.com get drivefile 1ZY-YkS3E0OKipALra_XzfIh9cvxoILSbb8TRdHBFCpyB_mXI_J8FmjHv format json
7
+ User: user1@domain.com, Download 1 Drive File
8
+ User: user1@domain.com, Drive File: Test Project, Downloaded to: /Users/gamteam/GamWork/Test Project.json, Type: Google Doc
9
+ $ gam user user2@domain.com create drivefile localfile "Test Project.json" mimetype application/vnd.google-apps.script+json drivefilename "Test Project"
10
+ User: user2@domain.com, Drive File: Test Project(1Ok_svw55VTreZ5CzcViJDLfEzVRi-Un8D9eG6I5pIeVyRl2YsmNiy3C_), Created with content from: Test Project.json
11
+ ```
12
+
13
+ 7.05.14
14
+
15
+ Added the following License SKU:
16
+ ```
17
+ ProductId SKUId Display Name
18
+ 101039 1010390002 Assured Controls Plus
19
+ ```
20
+
1
21
  7.05.13
2
22
 
3
23
  Updated license product names to match Google.
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
25
25
  """
26
26
 
27
27
  __author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
28
- __version__ = '7.05.13'
28
+ __version__ = '7.05.15'
29
29
  __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
30
30
 
31
31
  #pylint: disable=wrong-import-position
@@ -262,6 +262,7 @@ MIMETYPE_GA_JAM = f'{APPLICATION_VND_GOOGLE_APPS}jam'
262
262
  MIMETYPE_GA_MAP = f'{APPLICATION_VND_GOOGLE_APPS}map'
263
263
  MIMETYPE_GA_PRESENTATION = f'{APPLICATION_VND_GOOGLE_APPS}presentation'
264
264
  MIMETYPE_GA_SCRIPT = f'{APPLICATION_VND_GOOGLE_APPS}script'
265
+ MIMETYPE_GA_SCRIPT_JSON = f'{APPLICATION_VND_GOOGLE_APPS}script+json'
265
266
  MIMETYPE_GA_SHORTCUT = f'{APPLICATION_VND_GOOGLE_APPS}shortcut'
266
267
  MIMETYPE_GA_3P_SHORTCUT = f'{APPLICATION_VND_GOOGLE_APPS}drive-sdk'
267
268
  MIMETYPE_GA_SITE = f'{APPLICATION_VND_GOOGLE_APPS}site'
@@ -4446,7 +4447,7 @@ def handleOAuthTokenError(e, softErrors, displayError=False, i=0, count=0):
4446
4447
  if not GM.Globals[GM.CURRENT_SVCACCT_USER]:
4447
4448
  ClientAPIAccessDeniedExit()
4448
4449
  if softErrors:
4449
- entityDoesNotExistWarning(Ent.USER, GM.Globals[GM.CURRENT_SVCACCT_USER], i, count)
4450
+ entityActionFailedWarning([Ent.USER, GM.Globals[GM.CURRENT_SVCACCT_USER], Ent.USER, None], errMsg, i, count)
4450
4451
  return None
4451
4452
  systemErrorExit(SERVICE_NOT_APPLICABLE_RC, Msg.SERVICE_NOT_APPLICABLE_THIS_ADDRESS.format(GM.Globals[GM.CURRENT_SVCACCT_USER]))
4452
4453
  if errMsg in API.OAUTH2_UNAUTHORIZED_ERRORS:
@@ -57402,6 +57403,8 @@ def createDriveFile(users):
57402
57403
  if parameters[DFA_LOCALFILEPATH]:
57403
57404
  if parameters[DFA_LOCALFILEPATH] != '-' and parameters[DFA_PRESERVE_FILE_TIMES]:
57404
57405
  setPreservedFileTimes(body, parameters, False)
57406
+ if body.get('mimeType') == MIMETYPE_GA_SCRIPT_JSON:
57407
+ parameters[DFA_LOCALMIMETYPE] = body['mimeType']
57405
57408
  media_body = getMediaBody(parameters)
57406
57409
  elif parameters[DFA_URL]:
57407
57410
  media_body = getMediaBody(parameters)
@@ -60439,6 +60442,7 @@ GOOGLEDOC_VALID_EXTENSIONS_MAP = {
60439
60442
  MIMETYPE_GA_DOCUMENT: ['.docx', '.epub', '.html', '.odt', '.pdf', '.rtf', '.txt', '.zip'],
60440
60443
  MIMETYPE_GA_JAM: ['.pdf'],
60441
60444
  MIMETYPE_GA_PRESENTATION: ['.pdf', '.pptx', '.odp', '.txt'],
60445
+ MIMETYPE_GA_SCRIPT: ['.json'],
60442
60446
  MIMETYPE_GA_SPREADSHEET: ['.csv', '.ods', '.pdf', '.tsv', '.xlsx', '.zip'],
60443
60447
  }
60444
60448
 
@@ -60474,6 +60478,7 @@ DOCUMENT_FORMATS_MAP = {
60474
60478
  'html': [{'mime': 'text/html', 'ext': '.html'}],
60475
60479
  'jpeg': [{'mime': 'image/jpeg', 'ext': '.jpeg'}],
60476
60480
  'jpg': [{'mime': 'image/jpeg', 'ext': '.jpg'}],
60481
+ 'json': [{'mime': MIMETYPE_GA_SCRIPT_JSON, 'ext': '.json'}],
60477
60482
  'mht': [{'mime': 'message/rfc822', 'ext': 'mht'}],
60478
60483
  'odp': [{'mime': 'application/vnd.oasis.opendocument.presentation', 'ext': '.odp'}],
60479
60484
  'ods': [{'mime': 'application/x-vnd.oasis.opendocument.spreadsheet', 'ext': '.ods'},
@@ -87,6 +87,8 @@ _SKUS = {
87
87
  'product': '101038', 'aliases': ['appsheetplus', 'appsheetenterpriseplus'], 'displayName': 'AppSheet Enterprise Plus'},
88
88
  '1010390001': {
89
89
  'product': '101039', 'aliases': ['assuredcontrols'], 'displayName': 'Assured Controls'},
90
+ '1010390002': {
91
+ 'product': '101039', 'aliases': ['assuredcontrolsplus'], 'displayName': 'Assured Controls Plus'},
90
92
  '1010400001': {
91
93
  'product': '101040', 'aliases': ['beyondcorp', 'beyondcorpenterprise', 'bce', 'cep', 'chromeenterprisepremium'], 'displayName': 'Chrome Enterprise Premium'},
92
94
  '1010430001': {
@@ -21,7 +21,7 @@ EOF
21
21
  }
22
22
 
23
23
  target_dir="$HOME/bin"
24
- target_gam="gam7/gam"
24
+ target_folder="$target_dir/gam7"
25
25
  gamarch=$(uname -m)
26
26
  gamos=$(uname -s)
27
27
  osversion=""
@@ -36,7 +36,7 @@ while getopts "hd:a:o:b:lp:u:r:v:s" OPTION
36
36
  do
37
37
  case $OPTION in
38
38
  h) usage; exit;;
39
- d) target_dir="$OPTARG";;
39
+ d) target_dir="${OPTARG%/}"; target_folder="$target_dir/gam7";;
40
40
  a) gamarch="$OPTARG";;
41
41
  o) gamos="$OPTARG";;
42
42
  b) osversion="$OPTARG";;
@@ -45,13 +45,11 @@ do
45
45
  u) adminuser="$OPTARG";;
46
46
  r) regularuser="$OPTARG";;
47
47
  v) gamversion="$OPTARG";;
48
- s) strip_gam="--strip-components 1"; target_gam="gam";;
48
+ s) strip_gam="--strip-components 1"; target_folder="$target_dir";;
49
49
  ?) usage; exit;;
50
50
  esac
51
51
  done
52
-
53
- # remove possible / from end of target_dir
54
- target_dir=${target_dir%/}
52
+ target_gam="$target_folder/gam"
55
53
 
56
54
  update_profile() {
57
55
  [ "$2" -eq 1 ] || [ -f "$1" ] || return 1
@@ -328,9 +326,9 @@ echo_yellow "Downloading ${download_url} to $temp_archive_dir ($check_type)..."
328
326
  # Save archive to temp w/o losing our path
329
327
  (cd "$temp_archive_dir" && curl -O -L -s "${curl_opts[@]}" "$download_url")
330
328
 
331
- mkdir -p "$target_dir"
332
- echo_yellow "Deleting contents of $target_dir/gam7/lib"
333
- rm -frv "$target_dir/gam7/lib"
329
+ mkdir -p "$target_folder"
330
+ echo_yellow "Deleting contents of $target_folder/lib"
331
+ rm -frv "$target_folder/lib"
334
332
 
335
333
  echo_yellow "Extracting archive to $target_dir"
336
334
  if [[ "$name" =~ tar.xz|tar.gz|tar ]]; then
@@ -351,7 +349,7 @@ fi
351
349
 
352
350
  # Update profile to add gam command
353
351
  if [ "$update_profile" = true ]; then
354
- alias_line="alias gam=\"${target_dir// /\\ }/$target_gam\""
352
+ alias_line="alias gam=\"$target_gam\""
355
353
  if [ "$gamos" == "linux" ]; then
356
354
  update_profile "$HOME/.bash_aliases" 0 || update_profile "$HOME/.bash_profile" 0 || update_profile "$HOME/.bashrc" 0
357
355
  update_profile "$HOME/.zshrc" 0
@@ -365,7 +363,7 @@ fi
365
363
 
366
364
  if [ "$upgrade_only" = true ]; then
367
365
  echo_green "Here's information about your GAM upgrade:"
368
- "$target_dir/$target_gam" version extended
366
+ "$target_gam" version extended
369
367
  rc=$?
370
368
  if (( $rc != 0 )); then
371
369
  echo_red "ERROR: Failed running GAM for the first time with return code $rc. Please report this error to GAM mailing list. Exiting."
@@ -387,7 +385,7 @@ while true; do
387
385
  ;;
388
386
  [Nn]*)
389
387
  # config_cmd="config no_browser true"
390
- touch "$target_dir/gam7/nobrowser.txt" > /dev/null 2>&1
388
+ touch "$target_folder/nobrowser.txt" > /dev/null 2>&1
391
389
  break
392
390
  ;;
393
391
  *)
@@ -405,8 +403,8 @@ while true; do
405
403
  if [ "$adminuser" == "" ]; then
406
404
  read -p "Please enter your Google Workspace admin email address: " adminuser
407
405
  fi
408
- # "$target_dir/$target_gam" $config_cmd create project $adminuser
409
- "$target_dir/$target_gam" create project $adminuser
406
+ # "$target_gam" $config_cmd create project $adminuser
407
+ "$target_gam" create project $adminuser
410
408
  rc=$?
411
409
  if (( $rc == 0 )); then
412
410
  echo_green "Project creation complete."
@@ -431,8 +429,8 @@ while $project_created; do
431
429
  read -p "Are you ready to authorize GAM to perform Google Workspace management operations as your admin account? (yes or no) " yn
432
430
  case $yn in
433
431
  [Yy]*)
434
- # "$target_dir/$target_gam" $config_cmd oauth create $adminuser
435
- "$target_dir/$target_gam" oauth create $adminuser
432
+ # "$target_gam" $config_cmd oauth create $adminuser
433
+ "$target_gam" oauth create $adminuser
436
434
  rc=$?
437
435
  if (( $rc == 0 )); then
438
436
  echo_green "Admin authorization complete."
@@ -461,8 +459,8 @@ while $admin_authorized; do
461
459
  read -p "Please enter the email address of a regular Google Workspace user: " regularuser
462
460
  fi
463
461
  echo_yellow "Great! Checking service account scopes.This will fail the first time. Follow the steps to authorize and retry. It can take a few minutes for scopes to PASS after they've been authorized in the admin console."
464
- # "$target_dir/$target_gam" $config_cmd user $regularuser check serviceaccount
465
- "$target_dir/$target_gam" user $regularuser check serviceaccount
462
+ # "$target_gam" $config_cmd user $regularuser check serviceaccount
463
+ "$target_gam" user $regularuser check serviceaccount
466
464
  rc=$?
467
465
  if (( $rc == 0 )); then
468
466
  echo_green "Service account authorization complete."
@@ -483,8 +481,8 @@ while $admin_authorized; do
483
481
  done
484
482
 
485
483
  echo_green "Here's information about your new GAM installation:"
486
- #"$target_dir/$target_gam" $config_cmd save version extended
487
- "$target_dir/$target_gam" version extended
484
+ #"$target_gam" $config_cmd save version extended
485
+ "$target_gam" version extended
488
486
  rc=$?
489
487
  if (( $rc != 0 )); then
490
488
  echo_red "ERROR: Failed running GAM for the first time with $rc. Please report this error to GAM mailing list. Exiting."
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes