يجب أن يكون طابعًا زمنيًا بالتنسيق RFC3339 UTC "Zulu" وبدقة تصل إلى نانوثانية وما يصل إلى تسعة أرقام كسور. أمثلة: "2014-10-02T15:01:23Z" و"2014-10-02T15:01:23.045123456Z"
RoleAndView
عنصر تغليف للدور وعرض اقتراح الوصول
تمثيل JSON
{"role": string,"view": string}
الحقول
role
string
الدور الذي اقترحه مقدّم الطلب. قد تتم إضافة قيم جديدة في المستقبل، ولكن يمكن حاليًا استخدام القيم التالية: * writer * commenter * reader
view
string
تشير هذه السمة إلى طريقة عرض اقتراح الوصول هذا. لا تتم تعبئة هذا الحقل إلا للاقتراحات التي تنتمي إلى عرض. published هي القيمة الوحيدة المسموح بها.
تاريخ التعديل الأخير: 2024-11-08 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-11-08 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Access Proposals manage outstanding access requests for files, detailing requester, recipient, desired role, and optional message."],["`AccessProposal` resource includes details like `fileId`, `proposalId`, requester/recipient emails, roles, and timestamps."],["`RoleAndView` within proposals defines the requested permission level (e.g., writer, commenter) and optional view (currently only 'published')."],["Drive API methods allow retrieval, listing, and resolution (approval/denial) of Access Proposals."]]],["The core content details the `AccessProposal` resource, which represents pending access requests for a file. Key information includes the `fileId`, `proposalId`, `requesterEmailAddress`, `recipientEmailAddress`, `rolesAndViews`, `requestMessage`, and `createTime`. The `RoleAndView` specifies the requested access level (`role`: writer, commenter, reader) and view (`published`). Three primary actions are outlined: retrieving an `AccessProposal` by ID, listing all proposals on a file, and resolving (approving/denying) a proposal.\n"]]