Öğrenci gönderimleri teslim edildiğinde, ekteki Drive dosyalarının sahipliği öğretmene aktarılır ve gönderim durumu da güncellenebilir.
Bu işlev yalnızca belirtilen öğrenci gönderiminin sahibi olan öğrenci tarafından çağrılabilir.
Bu istek, ilgili kurs çalışması öğesini oluşturmak için kullanılan OAuth istemci kimliğinin Developer Console projesi tarafından gönderilmelidir.
Bu yöntem aşağıdaki hata kodlarını döndürür:
PERMISSION_DENIED ise istek yapan kullanıcının istenen kursa veya kurs çalışmasına erişmesine izin verilmiyordur, istenen öğrenci gönderimini teslim etmiştir veya erişim hataları vardır.
INVALID_ARGUMENT ise istek yanlış biçimlendirilmiştir.
İstenen kurs, kurs çalışması veya öğrenci gönderimi mevcut değilse NOT_FOUND.
HTTP isteği
POST https://classroom.googleapis.com/v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:turnIn
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]