Hello everyone,
I'm trying to assign multiple ACLs to multiple Shared Drives using a single command and a single spreadsheet.
I know I could run the following command
if the spreadsheet was in the following structure:
drive-id new-user acl
etc...
But I need to add 7-8 different permissions for hundreds of shared drives! Impossible to do the above manually.
Is there a way to have a command that reads the TeamDriveID, user, and access in a single row?
Something like
gam csv gsheet us...@domain.com google-sheet-id permissions gam user man...@domain.com add drivefileacl ~drive-id user ~new-user role ~acl user ~new-user-1 role ~acl-1 user ~new-user-2 role ~acl-2 etc?
Thank you!