PERMISSION_DENIED যদি অনুরোধকারী ব্যবহারকারীকে অনুরোধ করা কোর্সটি অ্যাক্সেস করার অনুমতি না দেওয়া হয়, অনুরোধ করা কোর্সে কোর্স কাজের উপাদান তৈরি করা, একটি ড্রাইভ সংযুক্তি শেয়ার করা বা অ্যাক্সেস ত্রুটির জন্য।
INVALID_ARGUMENT যদি অনুরোধটি ত্রুটিপূর্ণ হয় বা যদি 20 এর বেশি হয়
উপকরণ প্রদান করা হয়।
NOT_FOUND যদি অনুরোধ করা কোর্সটি বিদ্যমান না থাকে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Creates course work material using the `POST` method and requires a request body containing an instance of `CourseWorkMaterial`."],["Utilizes the `courseId` path parameter to identify the target course, accepting either Classroom-assigned identifiers or aliases."],["Returns a newly created `CourseWorkMaterial` instance upon successful execution."],["Requires authorization with the `https://www.googleapis.com/auth/classroom.courseworkmaterials` scope."],["May return errors like `PERMISSION_DENIED`, `INVALID_ARGUMENT`, `NOT_FOUND`, or `FAILED_PRECONDITION` based on specific conditions."]]],[]]