Hey all,
I've been exploring alot in the several months of gamadv-xtd3. I'm currently trying to do something that is a bit strange, I need to extract several pieces of information for each user my company has, I've got all the gam scripts to go with it and I even got it to be batched.
Now I'm trying to merge 3 commands in one spreadsheet, because if I am extracting 3 commands for 500 users, thats 1500 individual sheet i'd have to manually put all together.
I've been told about this command
gam config auto_batch_min 1 redirect csv ./filelist.csv multiprocess csvfile users.csv:email print filelist fields id,title,etc.
But I tried to replicate it with my 3 commands but I can't get it work. Below is the commands I'm trying to get to work. This is my latest trying and I'm so fully lost now.
Any advice would be fully appreciate or even examples please
gam config auto_batch_min 1 redirect csv ./renatokts.csv multiprocess user ren...@domain.com print filelist fields webviewlink,title,permissions,owners.emailaddress todrive
gam config auto_batch_min 1 redirect csv ./renatokts.csv multiprocess user ren...@domain.com print teamdriveacls todrive tdsheettitle "Team"
gam config auto_batch_min 1 redirect csv ./renatokts.csv multiprocess user ren...@domain.com print calendars showhidden todrive tdsheettitle "calendars"
commit-batch