mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-03 22:01:39 +00:00
Wiki updates
This commit is contained in:
@@ -315,6 +315,9 @@ You can optionally specify the type of service account key with `algorithm|local
|
||||
Use `nokey` if you do not want a service account key created for the project.
|
||||
|
||||
## Use an existing project for GAM authorization
|
||||
|
||||
To use the same GAM project on multiple computers, see: [Multiple Computers](Multiple Computers)
|
||||
|
||||
Use an existing project to create and download two files: `client_secrets.json` for the Client and `oauth2service.json` for the Service Account.
|
||||
|
||||
### Default values
|
||||
|
||||
@@ -72,7 +72,7 @@ gam <UserTypeEntity> print driveactivity [todrive <ToDriveAttributes>*]
|
||||
(query <QueryDriveFile>)]
|
||||
[([start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>])|(range <Date>|<Time> <Date)|<Time>|
|
||||
yesterday|today|thismonth|(previousmonths <Integer>)]
|
||||
[action|actions [not] <DriveActivityActionList>]
|
||||
[action|actions [not] <DriveActivityActionList>] [maxactivities <Number>]
|
||||
[consolidationstrategy legacy|none]
|
||||
[idmapfile <FileName>|(gsheet <UserGoogleSheet>) [charset <String>] [columndelimiter <Character>] [noescapechar <Boolean>] [quotechar <Character>]]
|
||||
[stripcrsfromname] [formatjson [quotechar <Character>]]
|
||||
@@ -99,6 +99,8 @@ Google does the filtering.
|
||||
* `action|actions <DriveActivityActionList>` - Only display activities with the specified actions; by default, all actions are displayed
|
||||
* `action|actions not <DriveActivityActionList>` - Only display activities without the specified actions; by default, all actions are displayed
|
||||
|
||||
You can limit the number of activities displayed with the `maxactivities <Number>; the default is 0, no limit.
|
||||
|
||||
The API only returns a permissionId and user name for each event but no user email address. To get an email address perform the
|
||||
following command to generate a file that contains the email address and permissionId for all users. You can substitute for `all users` if desired.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user