From e70bfca92a4434fd7cf80612fd02eace3dfba938 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Mon, 30 Jun 2025 13:06:05 -0700 Subject: [PATCH] Added choices `text` and `hyperlink` to option `showwebviewlink --- wiki/GamUpdates.md | 2 +- wiki/Shared-Drives.md | 4 ++-- wiki/Users-Shared-Drives.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wiki/GamUpdates.md b/wiki/GamUpdates.md index 5be50c54..57c6a0bb 100644 --- a/wiki/GamUpdates.md +++ b/wiki/GamUpdates.md @@ -14,7 +14,7 @@ See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Ins Added choices `text` and `hyperlink` to option `showwebviewlink` in `gam [] print|show shareddrives`. * `showwebviewlink text` - Displays `https://drive.google.com/drive/folders/` -* `showwebviewlink hyperlink` - Dsiplays `=HYPERLINK("https://drive.google.com/drive/folders/", "") +* `showwebviewlink hyperlink` - Dsiplays `=HYPERLINK("https://drive.google.com/drive/folders/", "")` ### 7.10.09 diff --git a/wiki/Shared-Drives.md b/wiki/Shared-Drives.md index 7fdc535e..824652a0 100644 --- a/wiki/Shared-Drives.md +++ b/wiki/Shared-Drives.md @@ -383,7 +383,7 @@ By default, all Shared Drives are displayed; use the following options to select Use option `showwebviewlink` to display the web view link for the Shared Drive. * `showwebviewlink text` - Displays `https://drive.google.com/drive/folders/` -* `showwebviewlink hyperlink` - Dsiplays `=HYPERLINK("https://drive.google.com/drive/folders/", "") +* `showwebviewlink hyperlink` - Dsiplays `=HYPERLINK("https://drive.google.com/drive/folders/", "")` By default, Gam displays the information as an indented list of keys and values. * `formatjson` - Display the fields in JSON format. @@ -402,7 +402,7 @@ By default, all Shared Drives are displayed; use the following options to select Use option `showwebviewlink` to display the web view link for the Shared Drive. * `showwebviewlink text` - Displays `https://drive.google.com/drive/folders/` -* `showwebviewlink hyperlink` - Dsiplays `=HYPERLINK("https://drive.google.com/drive/folders/", "") +* `showwebviewlink hyperlink` - Dsiplays `=HYPERLINK("https://drive.google.com/drive/folders/", "")` By default, Gam displays the information as columns of fields; the following option causes the output to be in JSON format, * `formatjson` - Display the fields in JSON format. diff --git a/wiki/Users-Shared-Drives.md b/wiki/Users-Shared-Drives.md index 6b9cf016..8958d705 100644 --- a/wiki/Users-Shared-Drives.md +++ b/wiki/Users-Shared-Drives.md @@ -327,7 +327,7 @@ By default, Gam displays all Teams Drives accessible by the user. Use option `showwebviewlink` to display the web view link for the Shared Drive. * `showwebviewlink text` - Displays `https://drive.google.com/drive/folders/` -* `showwebviewlink hyperlink` - Dsiplays `=HYPERLINK("https://drive.google.com/drive/folders/", "") +* `showwebviewlink hyperlink` - Dsiplays `=HYPERLINK("https://drive.google.com/drive/folders/", "")` By default, Gam displays the information as an indented list of keys and values. * `formatjson` - Display the fields in JSON format. @@ -344,7 +344,7 @@ By default, Gam displays all Teams Drives accessible by the user. Use option `showwebviewlink` to display the web view link for the Shared Drive. * `showwebviewlink text` - Displays `https://drive.google.com/drive/folders/` -* `showwebviewlink hyperlink` - Dsiplays `=HYPERLINK("https://drive.google.com/drive/folders/", "") +* `showwebviewlink hyperlink` - Dsiplays `=HYPERLINK("https://drive.google.com/drive/folders/", "")` The Google Drive API does not list roles for Shared Drives so GAM generates a role from the capabilities: * `commenter - canComment: True, canEdit: False`