Menyerahkan kiriman siswa akan mentransfer kepemilikan file Drive yang dilampirkan kepada pengajar dan juga dapat memperbarui status kiriman.
Ini hanya dapat dipanggil oleh siswa yang memiliki kiriman siswa yang ditentukan.
Permintaan ini harus dibuat oleh project Konsol Play dari client ID OAuth yang digunakan untuk membuat item tugas kursus yang sesuai.
Metode ini menampilkan kode error berikut:
PERMISSION_DENIED jika pengguna yang meminta tidak diizinkan untuk mengakses kursus atau tugas kursus yang diminta, menyerahkan kiriman siswa yang diminta, atau karena error akses.
INVALID_ARGUMENT jika permintaan memiliki format yang salah.
NOT_FOUND jika kursus, tugas kursus, atau pengiriman siswa yang diminta tidak ada.
Permintaan HTTP
POST https://classroom.googleapis.com/v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:turnIn
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-12-05 UTC."],[[["This endpoint enables students to turn in their submissions for a specific coursework item within a course."],["It requires the student to be the owner of the submission and the request to be made by the Developer Console project associated with the OAuth client ID."],["The request body should be empty, and a successful response will also be empty."],["Authorization is required with the `https://www.googleapis.com/auth/classroom.coursework.me` scope."],["Potential errors include permission issues, invalid requests, and cases where the course, coursework, or submission doesn't exist."]]],[]]