Hi Tom and Ross,
I'd like to revive this thread. I'm trying to achieve the exact result as Tom's first message.
I've managed to run the proper command and successfully delete the ACLs containing myself from the external files. To confirm, I went to Google Drive via UI and checked that no external files exist in the folder.
But when I try to move the folder to a Shared Drive, I get an error "x items can't be moved" and the move fails. The number of "items that can't be moved" is the exact same number of external items that existed prior to me deleting the ACLs, which makes me think that although the ACLs have been delete, the files still somehow exist in the folder.
Also, if I run the command to find external files in the folder again, the csv now returns empty:
gam config csv_output_row_filter "owners.0.emailAddress:notregex:@domain.com$" redirect csv ./filelist.csv user myu...@domain.com print filelist select FOLDERID showownedby others fields id,title,permissions,owners.emailaddress
Any pointers here? I'm going crazy trying to understand this lol
Thanks!