Are your users using Classroom with Google Meet? Check out the Apps Script quickstart covering how to check student attendance in Google Meet courses.

DriveFile

Stay organized with collections Save and categorize content based on your preferences.

Representation of a Google Drive file.

JSON representation
{
  "id": string,
  "title": string,
  "alternateLink": string,
  "thumbnailUrl": string
}
Fields
id

string

Drive API resource ID.

title

string

Title of the Drive item.

Read-only.

thumbnailUrl

string

URL of a thumbnail image of the Drive item.

Read-only.