Menyerahkan kiriman siswa akan mentransfer kepemilikan file Drive yang dilampirkan kepada pengajar dan juga dapat memperbarui status pengiriman.
Panggilan ini hanya dapat dipanggil oleh siswa yang memiliki tugas yang dikirimkan siswa yang ditentukan.
Permintaan ini harus dibuat oleh project Konsol Developer 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 mata pelajaran atau tugas mata pelajaran yang diminta, serahkan kiriman siswa yang diminta, atau untuk error akses.
INVALID_ARGUMENT jika permintaan salah format.
NOT_FOUND jika kursus yang diminta, tugas kursus, atau kiriman siswa 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-09-04 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."]]],[]]