我们有一个学生可以用来创建文档的应用程序。当学生要上交作业时,应将这些文档上载到Class Drive文件夹中。查看课程的API,我可以找到对文件夹的引用,但似乎仅限于教师:
teacherFolder object(DriveFolder)
Information about a Drive Folder that is shared with all teachers of the course.
This field will only be set for teachers of the course and domain administrators.
Read-only.
以下是相关文档的链接:https://developers.google.com/classroom/reference/rest/v1/courses
是否可以从Classroom API中检索课程的“课程驱动器”文件夹?还是有其他方法可以实现,例如通过Drive API?