Bir öğrenci gönderimi teslim edildiğinde, ekli Drive dosyalarının sahipliği öğretmene aktarılır ve gönderim durumu güncellenebilir.
Bu işlemi yalnızca belirtilen öğrenci gönderiminin sahibi olan öğrenci arayabilir.
Bu istek, ilgili ders çalışması öğesini oluşturmak için kullanılan OAuth istemci kimliğine sahip Geliştirici Konsolu projesi tarafından yapılmalıdır.
Bu yöntem aşağıdaki hata kodlarını döndürür:
PERMISSION_DENIED: İstekte bulunan kullanıcının, istenen derse veya sınıf çalışmasına erişmesine izin verilmiyorsa, istenen öğrenci gönderimini teslim etmesi veya erişim hataları olması halinde.
İstek hatalıysa INVALID_ARGUMENT.
İstenen ders, sınıf çalışması veya öğrenci gönderimi yoksa 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-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."]]],[]]