Hey Everyone,
I am having an issue with updating users in bulk, but only with the create datatransfer option.
For my script I created the Variables:
$gam = "C:\Scripts\GAM\gam.exe"
For executing commands I run it as:
. $gam create datatransfer $from_user drive $to_user privacy_level shared,private
When this executes I get the following message:
Python 2.7.12 64-bit final
google-api-python-client 1.5.0
Windows-8.1-6.3.9600 AMD64
Path: C:\Scripts\GAM
Usage: gam [OPTIONS]...
GAM. Retrieve or set Google Apps domain,
user, group and alias settings. Exhaustive list of commands
Examples:
gam info domain
gam create user jsmith firstname John lastname Smith password secretpass
gam update user jsmith suspended on
gam.exe update group announcements add member jsmith
...
When I execute a delete command everything works fine:
. $gam delete user $to_user
Any idea why the data transfer will not execute?