powered by
Get Google Classroom Materials properties
get_materials_properties(course_id, materials_id)
ID of the course
The material id you wish to retrieve
if (FALSE) { course_id <- get_course_list()$courses$id[3] materials_id <- get_materials_list(course_id)$material_id$courseWorkMaterial$id[1] get_materials_properties(course_id, materials_id) }
Run the code above in your browser using DataLab