I have around 110,000 files in a specific folder on a shared drive that need to have a label applied. Some files have already had the label manually applied but most have not. I'm trying to get a list of the files that do not have the label applied and then apply the label to those files.
Can this be done in one step? So far the this is what I've tried but I'm getting an error message. I realize that even if this was working it would only get me half way through what I want to accomplish.
gam redirect csv ./FileList.csv user ...@
domain.com print filelist query "'FOLDER_ID' in parents and not 'labels/LABEL_ID' in labels" fields id,name filepath
Any help or assistance will be greatly appreciated.
Thanks,
Henry Blanchard