mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Updated gam create datatransfer to handle API change
This commit is contained in:
@@ -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.
|
Fixed bug in `gam create chromeprofilecommand` where `select|filter` were not recognized.
|
||||||
|
|
||||||
|
Updated `gam create datatransfer <OldOwnerID> datastudio <NewOwnerID>` that generated the following
|
||||||
|
error due to an unhandled API change.
|
||||||
|
```
|
||||||
|
ERROR: Invalid choice (google data studio): Expected <calendar|looker studio|drive and docs>
|
||||||
|
```
|
||||||
|
|
||||||
### 7.13.01
|
### 7.13.01
|
||||||
|
|
||||||
Enhanced `gam create|print|show chromeprofilecommand` to allow specification
|
Enhanced `gam create|print|show chromeprofilecommand` to allow specification
|
||||||
|
|||||||
@@ -13,8 +13,7 @@
|
|||||||
```
|
```
|
||||||
<DataTransferService> ::=
|
<DataTransferService> ::=
|
||||||
calendar|
|
calendar|
|
||||||
currents|
|
datastudio|lookerstudio|"looker studio"|
|
||||||
datastudio|lookerstudio|"google data studio"|
|
|
||||||
drive|gdrive|googledrive|"drive and docs"
|
drive|gdrive|googledrive|"drive and docs"
|
||||||
<DataTransferServiceList> ::= "<DataTransferService>(,<DataTransferService>)*"
|
<DataTransferServiceList> ::= "<DataTransferService>(,<DataTransferService>)*"
|
||||||
|
|
||||||
@@ -38,7 +37,7 @@ gam create|add datatransfer|transfer <OldOwnerID> <DataTransferServiceList> <New
|
|||||||
(<ParameterKey> <ParameterValue>)*
|
(<ParameterKey> <ParameterValue>)*
|
||||||
[wait <Integer> <Integer>]
|
[wait <Integer> <Integer>]
|
||||||
```
|
```
|
||||||
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
|
* `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**
|
* `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
|
* `all` or `privacy_level private,shared` - Transfer all files
|
||||||
|
|||||||
Reference in New Issue
Block a user