From 47617c2823fc7a70f30666eb3572acefeb6b7f09 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Mon, 14 Jul 2025 08:23:12 -0700 Subject: [PATCH] Updated `gam create datatransfer` to handle API change --- wiki/GamUpdates.md | 6 ++++++ wiki/Google-Data-Transfers.md | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/wiki/GamUpdates.md b/wiki/GamUpdates.md index ac47d2d3..f30f6c1c 100644 --- a/wiki/GamUpdates.md +++ b/wiki/GamUpdates.md @@ -14,6 +14,12 @@ See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Ins Fixed bug in `gam create chromeprofilecommand` where `select|filter` were not recognized. +Updated `gam create datatransfer datastudio ` that generated the following +error due to an unhandled API change. +``` +ERROR: Invalid choice (google data studio): Expected +``` + ### 7.13.01 Enhanced `gam create|print|show chromeprofilecommand` to allow specification diff --git a/wiki/Google-Data-Transfers.md b/wiki/Google-Data-Transfers.md index 9f50eb0f..93f14292 100644 --- a/wiki/Google-Data-Transfers.md +++ b/wiki/Google-Data-Transfers.md @@ -13,8 +13,7 @@ ``` ::= calendar| - currents| - datastudio|lookerstudio|"google data studio"| + datastudio|lookerstudio|"looker studio"| drive|gdrive|googledrive|"drive and docs" ::= "(,)*" @@ -38,7 +37,7 @@ gam create|add datatransfer|transfer )* [wait ] ``` -For`datastudio` and `drive`, there are options to control the privacy level of the files to be transferred. +For`lookerstudio` and `drive`, there are options to control the privacy level of the files to be transferred. * `private` or `privacy_level private` - Transfer files that are not shared with anyone * `shared` or `privacy_level shared` - Transfer files shared with at least one other user; this is the **default** * `all` or `privacy_level private,shared` - Transfer all files