Hi,
I have the current situation,
I need to print the ACLs for all shared drives but also the ACLS for the top-level folder, meaning, all ACLS just for the first level after root. I have tested the following:
gam print drivefileacls <DriveID> oneitemperrow fields displayname,role todrive
--- Works on getting the ACLS for the shared drive
gam show teamdriveacls oneitemperrow fields displayname,role
--- Works on getting all the ACLS for the root of the shared drive, but I don't see one that will list the ACLS per folder level or one command that will let me print just one specific level in a shared drive and print those ACLS.
If anyone can point me in the right direction it will be really appreciated.