Creating Classroom using App Script
问题 I'm trying to create Google classrooms from a spreadsheet using App Script. I can create the classes successfully, but it's not adding the course materials (1 Doc) to the about page. This is the code I am using and I've tried using the API reference to no avail. Can someone please advise me on how to correctly format the courseMaterialSets to include a Google Doc from my drive. var create = Classroom.Courses.create({ "ownerId": '-My email address-', "name": getData[i][0], "section": getData[i