Hey All,
In general I'm using gam to move our mailman lists to Google Groups. My issue is when using gam to bulk upload group members I get a permission denied error from gam with the following command. I'm running in Centos 6 as root.
xargs -a members.txt -p -i % gam update group pgumc-list add member %
I changed the permissions on gam.py to 755 from 744 which didn't help. Any ideas?
Thanks In Advance,