I am using a csv file to load students into courses. The studentcourses.csv file is structured:
alias, studentemail
etc.
The gam command I am running is:
c:\gam>gam csv studentcourses.csv gam course ~alias add student ~studentemail
When it runs we get the error "ERROR: 400: Precondition check failed. - 400" for every line it processes. We even get the same error when we try to add just a single student to a single course without using the csv/batch process.
We checked to ensure that the courses we are working with are ACTIVE. We checked that we get the same error whether we are trying to add the student into a newly-created class vs. a pre-existing course (old).
Any idea as to what we are missing?