अभिभावक को अब अभिभावक सूचनाएं नहीं मिलेंगी और अभिभावक को API के ज़रिए ऐक्सेस नहीं किया जा सकेगा.
इस तरीके से ये गड़बड़ी कोड मिलते हैं:
PERMISSION_DENIED, अगर दिए गए studentId से मिलता-जुलता कोई उपयोगकर्ता, अनुरोध करने वाले उपयोगकर्ता को नहीं दिखता है, तो अनुरोध करने वाले उपयोगकर्ता को studentId के पहचाने गए छात्र/छात्रा के अभिभावकों को मैनेज करने की अनुमति नहीं है. साथ ही, अगर उस डोमेन के लिए अभिभावकों की सुविधा चालू नहीं है या ऐक्सेस से जुड़ी दूसरी गड़बड़ियां हैं, तो उन लोगों को इस ऐक्सेस की अनुमति नहीं है.
INVALID_ARGUMENT, अगर studentId के बारे में बताया गया है, लेकिन इसके फ़ॉर्मैट की पहचान नहीं की जा सकती (यह ईमेल पता नहीं है, न ही एपीआई का studentId है).
NOT_FOUND अगर अनुरोध करने वाले उपयोगकर्ता के पास, अनुरोध किए गए studentId के अभिभावकों में बदलाव करने की अनुमति है, लेकिन उस छात्र/छात्रा के दिए गए guardianId के साथ कोई Guardian रिकॉर्ड मौजूद नहीं है.
[[["समझने में आसान है","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-09-04 (UTC) को अपडेट किया गया."],[[["This operation deletes a guardian for a specific student, preventing further guardian notifications and API access."],["You need to provide the `studentId` (student identifier, email, or \"me\") and the `guardianId` to identify the guardian to be removed."],["Potential errors include permission issues, invalid student identifiers, and non-existent guardians for the given student."],["An empty request body is required, and a successful deletion results in an empty response body."],["This action requires the `https://www.googleapis.com/auth/classroom.guardianlinks.students` OAuth scope for authorization."]]],[]]