I want to get a list of Google Classrooms specifically with the teacher's name who made it.
I use gam print courses todrive
After it grabs all the courses I get an erorr: ERROR: 413: Request Too Large - uploadTooLarge
If I save to a csv file it's only 7.96MB, but since it's a CSV, the ownerID column is truncated and shows a list like this:
ownerId |
1.01979E+20 |
1.01979E+20 |
1.01979E+20 |
1.01979E+20 |
1.01979E+20 |
1.14712E+20 |
1.07526E+20 |
Any suggestions?