-
Notifications
You must be signed in to change notification settings - Fork 507
Todrive
- Introduction
- Definitions
- Config file options
- Command line options
- Option details
- Redirect CSV
- Limited Service Account Access
- No Service Account Access
Gam print commands allow the results to be uploaded to Google Drive instead of being saved locally.
By default, Gam titles the uploaded file: "Domain Name - Data Type"; Data Type describes the data being uploaded, e.g. Groups, Orgs, Users. It is uploaded to the root folder of the admin user named in oauth2.txt.
You can modify the default todrive behavior with options in gam.cfg or on the command line.
<DateTimeFormat> ::= <String>
See: https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes
<DriveFileID> ::= <String>
<DriveFolderID> ::= <String>
<TimeZone> ::= <String>
See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
<Locale> ::=
''| #Not defined
ar-eg| #Arabic, Egypt
az-az| #Azerbaijani, Azerbaijan
be-by| #Belarusian, Belarus
bg-bg| #Bulgarian, Bulgaria
bn-in| #Bengali, India
ca-es| #Catalan, Spain
cs-cz| #Czech, Czech Republic
cy-gb| #Welsh, United Kingdom
da-dk| #Danish, Denmark
de-ch| #German, Switzerland
de-de| #German, Germany
el-gr| #Greek, Greece
en-au| #English, Australia
en-ca| #English, Canada
en-gb| #English, United Kingdom
en-ie| #English, Ireland
en-us| #English, U.S.A.
es-ar| #Spanish, Argentina
es-bo| #Spanish, Bolivia
es-cl| #Spanish, Chile
es-co| #Spanish, Colombia
es-ec| #Spanish, Ecuador
es-es| #Spanish, Spain
es-mx| #Spanish, Mexico
es-py| #Spanish, Paraguay
es-uy| #Spanish, Uruguay
es-ve| #Spanish, Venezuela
fi-fi| #Finnish, Finland
fil-ph| #Filipino, Philippines
fr-ca| #French, Canada
fr-fr| #French, France
gu-in| #Gujarati, India
hi-in| #Hindi, India
hr-hr| #Croatian, Croatia
hu-hu| #Hungarian, Hungary
hy-am| #Armenian, Armenia
in-id| #Indonesian, Indonesia
it-it| #Italian, Italy
iw-il| #Hebrew, Israel
ja-jp| #Japanese, Japan
ka-ge| #Georgian, Georgia
kk-kz| #Kazakh, Kazakhstan
kn-in| #Kannada, India
ko-kr| #Korean, Korea
lt-lt| #Lithuanian, Lithuania
lv-lv| #Latvian, Latvia
ml-in| #Malayalam, India
mn-mn| #Mongolian, Mongolia
mr-in| #Marathi, India
my-mn| #Burmese, Myanmar
nl-nl| #Dutch, Netherlands
nn-no| #Nynorsk, Norway
no-no| #Bokmal, Norway
pa-in| #Punjabi, India
pl-pl| #Polish, Poland
pt-br| #Portuguese, Brazil
pt-pt| #Portuguese, Portugal
ro-ro| #Romanian, Romania
ru-ru| #Russian, Russia
sk-sk| #Slovak, Slovakia
sl-si| #Slovenian, Slovenia
sr-rs| #Serbian, Serbia
sv-se| #Swedish, Sweden
ta-in| #Tamil, India
te-in| #Telugu, India
th-th| #Thai, Thailand
tr-tr| #Turkish, Turkey
uk-ua| #Ukrainian, Ukraine
vi-vn| #Vietnamese, Vietnam
zh-cn| #Simplified Chinese, China
zh-hk| #Traditional Chinese, Hong Kong SAR China
zh-tw #Traditional Chinese, Taiwan
You can specify many todrive options in gam.cfg.
todrive_clearfilter
Enable/disable clearing the spreadsheet basic filter when uploading data to an existing sheet in an existing file.
Default: False
todrive_clientaccess
Enable/disable use of client access rather than service account access when uploading files with todrive
Default: False
todrive_conversion
Enable/disable conversion of CSV files to Google Sheets when todrive is specified
Default: True
todrive_localcopy
Enable/disable saving a local copy of CSV files when todrive is specified
Default: False
todrive_locale
The Spreadsheet settings Locale value.
See <Locale>
Default: ''
todrive_nobrowser
Enable/disable opening a browser when todrive is specified
Default: False
todrive_noemail
Enable/disable sending an email when todrive is specified
Default: True
todrive_no_escape_char
When writing a CSV file to Google Drive, should `\` be ignored as an escape character.
Default: True
todrive_parent
Parent folder for CSV files when todrive is specified;
can be id:<DriveFolderID> or <DriveFolderName>
Default: root
todrive_sheet_timestamp
Enable/disable adding a timestamp to the sheet (tab) title of CSV files when todrive is specified
Default: False
todrive_sheet_timeformat
Format of the timestamp added to the sheet (tab) title of CSV files
See: https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior
Default: '' which selects an ISO format timestamp
Example: %Y-%m-%dT%H:%M:%S will display as 2020-07-06T17:48:54
todrive_timestamp
Enable/disable adding a timestamp to the title of CSV files when todrive is specified
Default: False
todrive_timeformat
Format of the timestamp added to the title of CSV files
See: https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior
Default: '' which selects an ISO format timestamp
Example: %Y-%m-%dT%H:%M:%S will display as 2020-07-06T17:48:54
todrive_timezone
The Spreadsheet settings Timezone value.
See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Default: ''
todrive_upload_nodata
Enable/disable uploading CSV files with no data rows
Default: True
todrive_user
Email address of user to receive CSV files when todrive is specified
Default: '' which becomes admin user in admin_email or address from oauth2.txt
Anywhere you can specify todrive, there are additional subarguments following the todrive argument that let you title the file, add a description, specify the sheet name,
direct the uploaded file to a particular user and location and add a timestamp to the file title.
<ToDriveAttribute> ::=
(tdaddsheet [<Boolean>])|
(tdalert <EmailAddress>)*|
(tdbackupsheet (id:<Number>)|<String>)|
(tdcellnumberformat text|number)|
(tdcellwrap clip|overflow|wrap)|
(tdclearfilter [<Boolean>])|
(tdcopysheet (id:<Number>)|<String>)|
(tddescription <String>)|
(tdfileid <DriveFileID>)|
(tdfrom <EmailAddress>)|
(tdlocalcopy [<Boolean>])|
(tdlocale <Locale>)|
(tdnobrowser [<Boolean>])|
(tdnoemail [<Boolean>])|
(tdnoescapechar [<Boolean>])|
(tdnotify [<Boolean>])|
(tdparent (id:<DriveFolderID>)|<DriveFolderName>)|
(tdretaintitle [<Boolean>])|
(tdreturnidonly [<Boolean>])|
(tdshare <EmailAddress> commenter|reader|writer)*|
(tdsheet (id:<Number>)|<String>)|
(tdsheettimestamp [<Boolean>] [tdsheettimeformat <DateTimeFormat>])
(tdsheettitle <String>)|
(tdsubject <String>)|
([tdsheetdaysoffset <Number>] [tdsheethoursoffset <Number>])|
(tdtimestamp [<Boolean>] [tdtimeformat <DateTimeFormat>]
([tddaysoffset <Number>] [tdhoursoffset <Number>])|
(tdtimezone <TimeZone>)|
(tdtitle <String>)|
(tdupdatesheet [<Boolean>])|
(tduploadnodata [<Boolean>])|
(tduser <EmailAddress>)
By default, a new Google spreadsheet will be created.
Gam titles the uploaded file: "Domain Name - Data Type"; Data Type describes the data being uploaded, e.g. Groups, Orgs, Users.
It is uploaded to the root folder of the admin user named in oauth2.txt.
-
tduser- The user to receive the uploaded file; if not specified, thetodrive_uservalue from gam.cfg is used; that value defaults to the user named in oauth2.txt.
If tdfileid <DriveFileID> is not specified, a new file is created.
-
tdparent- An existing/writable parent folder for the uploaded file; if not specified, thetodrive_parentvalue from gam.cfg is used; that value defaults to the root folder. -
tdshare <EmailAddress> commenter|reader|writer- Share the new file with<EmailAddress>with the specified role.<EmailAddress>must be valid within your Google Workspace. You can specify multiple shares.
-
tdtitle- The title for the uploaded file, if not specified, the Gam default title is used. -
tddescription- The description for the uploaded file, if not specified, the command line that created the file is used. -
tdsheettitle <String>- The sheet name in the uploaded file if it is uploaded as a Google Sheet, if not specified, thetdtitleis used. -
tdsheettimestamp- Should a timestamp (of the time the file is uploaded to Google) be added to the sheet (tab) title of the uploaded file; if not specified, thetodrive_sheet_timestampvalue from gam.cfg is used, that value defaults to False. -
tdsheettimeformat- Format of the timestamp added to the sheet (tab) title of the uploaded file; if not specified, thetodrive_sheet_timeformatvalue from gam.cfg is used, that value defaults to '' which selects an ISO format timestamp. -
tdsheetdaysoffsetandtdsheethoursoffset- Values that subtract time from the sheet (tab) timestamp. If neither value is specified, thetddaysoffsetandtdhoursoffsetvalues are used. To use a file timestamp offset, but not a sheet (tab) timestamp offset, specifytdsheetdaysoffset 0. A possible use for these values is as documentation to reflect the end of the time period that the uploaded report covers. -
tdtimestamp- Should a timestamp (of the time the file is uploaded to Google) be added to the title of the uploaded file; if not specified, thetodrive_timestampvalue from gam.cfg is used, that value defaults to False. -
tdtimeformat- Format of the timestamp added to the title of the uploaded file; if not specified, thetodrive_timeformatvalue from gam.cfg is used, that value defaults to '' which selects an ISO format timestamp. -
tddaysoffsetandtdhoursoffset- Values that subtract time from the timestamp, they default to 0. A possible use for these values is as documentation to reflect the end of the time period that the uploaded report covers. -
tdsubject <String>- Use<String>as the subject in all emails sent. In<String>,#file#will, be replaced by the file title and#sheet#will be replaced by the sheet/tab title. By default, the subject is the file title.
-
tdlocale <Locale>- The Spreadsheet settings Locale value. -
tdtimezone <TimeZone>- The Spreadsheet settings Timezone value. -
tdcellwrap clip|overflow|wrap- The Spreadsheet cell wrapping strategy. -
tdcellnumberformat text|number- The Spreadsheet number format.
-
tdreturnidonly- If False, a message is written to stdout with the uploaded file URL; if True, only the uploaded file ID is written to stdout
The ID can be captured and used in subsequent commands, tdfileid <DriveFileID> that will update the same file.
-
tdnobrowser- If False, a browser is opened to view the file uploaded to Google Drive; if not specified, thetodrive_nobrowservalue from gam.cfg is used. If True, no browser is opened. -
tdnoemail- If False, an email is sent totduserinforming them of name and URL of the uploaded file; if not specified, thetodrive_noemailvalue from gam.cfg is used. If True, no email is sent totduser. -
tdnotify- If True, an email is sent to alltdshare <EmailAddress>andtdalert <EmailAddress>users informing them of name and URL of the uploaded/updated file. If False, no emails are sent. -
tdfrom <EmailAddress>- Emails will be sent with<EmailAddress>as the from address. By default, the from address is the Google Workspace Admin ingam oauth info.
-
tdnoescapechar <Boolean>- Should\be ignored as an escape character; if not specified, the value oftodrive_no_escape_charfromgam.cfgwill be used
-
tdlocalcopy- Should a local copy of the CSV file be saved in addition to the file uploaded to Google Drive; if not specified, thetodrive_localcopyvalue from gam.cfg is used.
-
tdfileid <DriveFileID>- An existing/writable file for the uploaded file. -
tdretaintitleortdretaintitle true- Do not update the existing file name. -
tdsheettitle <String>- A new sheet with name<String>will be created and assigned a new sheet ID. All other sheets will be deleted.
-
tdfileid <DriveFileID>- An existing/writable file for the uploaded file. -
tdretaintitleortdretaintitle true- Do not update the existing file name. -
tdsheet <String>- The title of the new sheet; if not specified, this will be the same value astdtitle. -
tdaddsheet- In conjunction withtdfileid <DriveFileID>andtdsheet <String>, a new sheet will be added to an existing/writeable file. All other sheets are unaffected.
-
tdfileid <DriveFileID>- An existing/writable file for the uploaded file. -
tdretaintitleortdretaintitle true- Do not update the existing file name. -
tdsheet (id:<Number>)|<String>- An existing sheet with ID<Number>or name<String>will be updated. All other sheets are unaffected. -
tdupdatesheet- In conjunction withtdfileid <DriveFileID>andtdsheet id:<Number>, an existing sheet in an existing/writeable file is updated. -
tdsheettitle- In conjunction withtdfileid <DriveFileID>andtdsheet id:<Number>andtdupdatesheet, an existing sheet in an existing/writeable file is updated and renamed. -
tdupdatesheet- In conjunction withtdfileid <DriveFileID>andtdsheet <String>, an existing sheet in an existing/writeable file is updated; it will be created if necessary. -
tdbackupsheet (id:<Number>)|<String>- An existing sheet will be updated with the contents oftdsheet (id:<Number>)|<String>)before that sheet is updated. -
tdcopysheet (id:<Number>|<String>- An existing sheet will be updated with the contents oftdsheet (id:<Number>)|<String>)after that sheet is updated. -
tdclearfilter [<Boolean>]- Should the spreadsheet basic filter be cleared; if not specified, thetodrive_clearfiltervalue from gam.cfg is used, that value defaults to False. When False, the current/default behavior, the data suppressed by an existing filter is not replaced by the uploaded data. This might be desirable if you wanted to compare the previous and current data, but in general you probably want a value of True so that the uploaded data completely replaces the existing data.
-
tduploadnodata- Enable/disable uploading CSV files with no data rows; if not specified, thetodrive_upload_nodatavalue from gam.cfg is used; that value defaults to true
You can specify todrive options in conjunction with redirect csv.
redirect csv <FileName> [multiprocess] [append] [noheader] [charset <Charset>]
[columndelimiter <Character>] [noescapechar <Boolean>] [quotechar <Character>]
[todrive <ToDriveAttribute>*]
If you are doing redirect csv <FileName> multiprocess, it is more efficient to specify todrive <ToDriveAttribute>* as part of
the redirect as verification of the todrive settings, which can invole several API calls, is done once rather than in each of the subprocesses.
columndelimiter <Character> and quotechar <Character> will not generally be used with todrive as
Google Sheets only recognizes , as the column delimiter and " as the quote character.
noescapechar true will generally be used with todrive as Google Sheets does not recognize \\ as an escaped \.
Generate a list of user IDs and names, title the file "User IDs and Names", upload it to the "GAM Reports" folder of [email protected], add a timestamp to the title.
gam print users fields id,name todrive tdtitle "User IDs and Names" tdtimestamp true tduser [email protected] tdparent "GAM Reports"
Generate a list of CrOS devices and update an existing sheet in a Google spreadsheet. The sheet ID is preserved so other appplications can access the data using the file ID and sheet ID. By setting 'tdtimestamp true`, the file name will the updated to reflect the time of execution, but the file ID will not change.
gam redirect csv - todrive tdtitle "CrOS" tdtimestamp true tdfileid 12345-mizZ6Q2vP1rcHQH3tAZQt_NVB2EOxmS2SU3yM tdsheet id:0 tdupdatesheet true print cros fields deviceId,notes,orgUnitPath,serialNumber,osversion
For a collection of users, generate a list of files shared with anyone; combine the output for all users into a single file.
gam redirect csv - multiprocess todrive tdtitle AnyoneShares-All csv Users.csv gam user "~primaryEmail" print filelist fields id,name,permissions pm type anyone em
For a collection of users, generate a list of files shared with anyone; generate a separate file for each user. The two forms of the command are equivalent.
gam csv Users.csv gam redirect csv - todrive tdtitle "AnyoneShares-~~primaryEmail~~" user "~primaryEmail" print filelist fields id,name,permissions pm type anyone em
gam csv Users.csv gam user "~primaryEmail" print filelist fields id,name,permissions pm type anyone em todrive tdtitle "AnyoneShares-~~primaryEmail~~"
Suppose you have a spreadsheet with sheets Monday ... Friday, Backup Monday ... Backup Friday and Latest.
Each day you run a report to update the current day sheet (Tuesday), you want to backup the data first (Backup Tuesday) and
you want the updated data copied to Latest so you don't have to remember what the day of the week is.
gam redirect csv - todrive tdfileid <DriveFileID> tdupdatesheet tdsheet Tuesday tdbackupsheet "Backup Tuesday" tdcopysheet "Latest" ...
If you want to limit a user's service account access to Drive, Gmail and Sheets but still allow todrive,
issue the following command and make these settings:
gam user [email protected] update serviceaccount
[ ] 20) Drive API (supports readonly)
[*] 22) Drive API - write todrive data - has access to all Drive
[*] 31) Gmail API - Send Messages - including todrive
[ ] 42) Sheets API (supports readonly)
[*] 44) Sheets API - write todrive data - has access to all Sheets
By default, todrive uses service account access to upload files, set sheet names and send email notifications.
If it is not possible to allow the user any service account access (this is not common),
perform the following command so that the user can upload files with todrive using client access.
gam config todrive_clientaccess true save
Issue the following command and authorize the additional client access APIs:
gam oauth create
Authorize these APIs:
Drive API - todrive_clientaccess
Gmail API - todrive_clientaccess
Sheets API - todrive_clientaccess
When todrive_clientaccess is true, todrive_user\tduser is ignored, all actions are performed as the user specified in oauth2.txt.
Update History
Installation
- How to Install GAM7
- How to Upgrade GAMADV-XTD3 to GAM7
- How to Upgrade Legacy GAM to GAM7
- How to Update GAM7
- Verifying a GAM7 Build is Legitimate and Official
- Install GAM as Python Library
- GAM7 on Chrome OS Devices
- GAM7 on Android Devices
- Google Network Addresses
- HTTPS Proxy
- SSL Root CA Certificates
- How to Uninstall GAM7
Configuration
- Authorization
- GAM Configuration
- Running GAM7 securely on a Google Compute Engine
- Using GAM7 with a delegated admin service account
- Using GAM7 with keyless authentication - Workload Identity Federation
- Using GAM7 with a YubiKey
- GAM with minimal GCP rights
Notes and Information
- Upgrade Benefits
- Questions? Visit the GAM Discussion Forum
- GAM Public Chat Room
- Scripts
- Other Resources
- Drive REST API v3
- BNF Syntax
- GAM Return Codes
- Python Regular Expressions
- Rclone
Definitions
Command Processing
- Bulk Processing
- Command Line Parsing
- Command Logging and Progress
- Command data from Google Docs/Sheets/Storage
- CSV Special Characters
- CSV Input Filtering
- CSV Output Filtering
- Meta Commands and File Redirection
- Permission matches
- Tag Replace
- Todrive
Collections
Client Access
- Addresses
- Administrators
- Alert Center
- Aliases
- Business Account Management
- Calendars
- Calendars - Access
- Calendars - Events
- Chrome Auto Update Expiration Counts
- Chrome Browser Cloud Management
- Chrome Device Needs Attention Counts
- Chrome Installed Apps
- Chrome Policies
- Chrome Printers
- Chrome Profile Management
- Chrome Version Counts
- Chrome Version History
- ChromeOS Devices
- Classroom - Courses
- Classroom - Guardians
- Classroom - Invitations
- Classroom - Membership
- Classroom - Student Groups
- Cloud Channel
- Cloud Identity Devices
- Cloud Identity Groups
- Cloud Identity Groups - Membership
- Cloud Identity Policies
- Cloud Storage
- Context Aware Access Levels
- Customer
- Domains
- Domains - Verification
- Domain People - Contacts & Profiles
- Domain Shared Contacts
- Email Audit Monitor
- Find File Owner
- Global Address List
- Google Data Transfers
- Groups
- Groups - Membership
- Inbound SSO
- Licenses
- Mobile Devices
- Organizational Units
- Reports
- Reseller
- Resources
- Send Email
- Schemas
- Shared Drives
- Sites
- Unmanaged Accounts
- Users
- Users - Application Specific Passwords
- Users - Backup Verification Codes
- Users - Classroom - Profile
- Users - Contacts - Delegates
- Users - Deprovision
- Users - Group Membership
- Users - Photo
- Users - Profile Sharing
- Users - Signout and Turn off 2-Step Verification
- Users - Tokens
- Vault - Takeout
- Version and Help
Special Service Account Access
Service Account Access
- Users - Analytics Admin
- Users - Calendars
- Users - Calendars - Access
- Users - Calendars - Events
- Users - Chat
- Users - Classification Labels
- Users - Contacts
- Users - Drive - File Selection
- Users - Drive - Activity/Settings
- Users - Drive - Cleanup
- Users - Drive - Comments
- Users - Drive - Copy/Move
- Users - Drive - Files-Display
- Users - Drive - Files-Manage
- Users - Drive - Orphans
- Users - Drive - Ownership
- Users - Drive - Permissions
- Users - Drive - Query
- Users - Drive - Revisions
- Users - Drive - Shortcuts
- Users - Drive - Transfer
- Users - Forms
- Users - Gmail - Client Side Encryption
- Users - Gmail - Delegates
- Users - Gmail - Filters
- Users - Gmail - Forwarding
- Users - Gmail - Labels
- Users - Gmail - Messages/Threads
- Users - Gmail - Profile
- Users - Gmail - S/MIME
- Users - Gmail - SendAs/Signature/Vacation
- Users - Gmail - Settings
- Users - Keep - Notes
- Users - Looker Studio
- Users - Meet
- Users - Classroom - Profile
- Users - People - Contacts & Profiles
- Users - Profile Photo
- Users - Shared Drives
- Users - Spreadsheets
- Users - Tag Manager
- Users - Tasks
- Users - YouTube
- Users - Web Resources and Sites