Google课堂:从Google文档中查找userId

时间:2018-01-14 14:06:48

标签: google-classroom

如何找到已提交CourseWorkSubmission的学生的userId?

步骤:

  • 使用Google课堂为学生分配课程作业。
  • 教师查看课程作业(docs.google.com网址)。
  • 我点击Add On,尝试提取学生信息,但找不到学生的上下文(例如userId,actorId),甚至找不到submissionId,以便调用API来获取信息。

感激地收到任何帮助或指示:)

参考文献: 已查看Google Classroom API: https://developers.google.com/classroom/reference/rest/v1/courses.courseWork.studentSubmissions/get

Google Drive API: https://developers.google.com/drive/v3/web/about-sdk

1 个答案:

答案 0 :(得分:0)

当您在此处获取studentSubmission https://developers.google.com/classroom/reference/rest/v1/courses.courseWork.studentSubmissions/get时,响应将包含userId。该userID是您正在寻找的学生谷歌ID。

继续并在https://developers.google.com/classroom/reference/rest/v1/courses.courseWork.studentSubmissions/get页面上运行试用此API功能,您应该看到我正在谈论的内容。

此处列出了完整的回复信息https://developers.google.com/classroom/reference/rest/v1/courses.courseWork.studentSubmissions

如果您在查找相关课程工作ID时遇到问题,请使用此处的列表功能https://developers.google.com/classroom/reference/rest/v1/courses.courseWork.studentSubmissions/list(为课程工作添加一个)