यह RFC 3339 का इस्तेमाल करता है. इसमें जनरेट किया गया आउटपुट हमेशा Z-नॉर्मलाइज़ किया जाएगा और इसमें 0, 3, 6 या 9 फ़्रैक्शनल अंक इस्तेमाल किए जाएंगे. "Z" के अलावा, अन्य ऑफ़सेट भी स्वीकार किए जाते हैं. उदाहरण: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" या "2014-10-02T15:01:23+05:30".
RoleAndView
यह ऐक्सेस के अनुरोध की भूमिका और व्यू के लिए रैपर है. ज़्यादा जानकारी के लिए, भूमिकाएं और अनुमतियां लेख पढ़ें.
JSON के काेड में दिखाना
{"role": string,"view": string}
फ़ील्ड
role
string
अनुरोध करने वाले व्यक्ति ने जो भूमिका सुझाई है. इन वैल्यू का इस्तेमाल किया जा सकता है:
writer
commenter
reader
view
string
इस कुकी से, ऐक्सेस के इस अनुरोध के लिए व्यू का पता चलता है. यह सिर्फ़ उन प्रपोज़ल के लिए अपने-आप भरता है जो किसी व्यू से जुड़े होते हैं. वैल्यू के तौर पर, सिर्फ़ published को इस्तेमाल किया जा सकता है.
[[["समझने में आसान है","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"]],["आखिरी बार 2025-09-09 (UTC) को अपडेट किया गया."],[],[],null,["- [Resource: AccessProposal](#AccessProposal)\n - [JSON representation](#AccessProposal.SCHEMA_REPRESENTATION)\n- [RoleAndView](#RoleAndView)\n - [JSON representation](#RoleAndView.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AccessProposal Manage outstanding access proposals on a file.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"fileId\": string, \"proposalId\": string, \"requesterEmailAddress\": string, \"recipientEmailAddress\": string, \"rolesAndViews\": [ { object (/workspace/drive/api/reference/rest/v3/accessproposals#RoleAndView) } ], \"requestMessage\": string, \"createTime\": string } ``` |\n\n| Fields ||\n|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `fileId` | `string` The file ID that the proposal for access is on. |\n| `proposalId` | `string` The ID of the access proposal. |\n| `requesterEmailAddress` | `string` The email address of the requesting user. |\n| `recipientEmailAddress` | `string` The email address of the user that will receive permissions, if accepted. |\n| `rolesAndViews[]` | `object (`[RoleAndView](/workspace/drive/api/reference/rest/v3/accessproposals#RoleAndView)`)` A wrapper for the role and view of an access proposal. For more information, see [Roles and permissions](https://developers.google.com/workspace/drive/api/guides/ref-roles). |\n| `requestMessage` | `string` The message that the requester added to the proposal. |\n| `createTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The creation time. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n\nRoleAndView A wrapper for the role and view of an access proposal. For more information, see [Roles and permissions](https://developers.google.com/workspace/drive/api/guides/ref-roles).\n\n| JSON representation |\n|--------------------------------------------|\n| ``` { \"role\": string, \"view\": string } ``` |\n\n| Fields ||\n|--------|------------------------------------------------------------------------------------------------------------------------------------------|\n| `role` | `string` The role that was proposed by the requester. The supported values are: - `writer` - `commenter` - `reader` |\n| `view` | `string` Indicates the view for this access proposal. Only populated for proposals that belong to a view. Only `published` is supported. |\n\n| Methods ||\n|---------------------------------------------------------------------------|----------------------------------------|\n| [get](/workspace/drive/api/reference/rest/v3/accessproposals/get) | Retrieves an access proposal by ID. |\n| [list](/workspace/drive/api/reference/rest/v3/accessproposals/list) | List the access proposals on a file. |\n| [resolve](/workspace/drive/api/reference/rest/v3/accessproposals/resolve) | Approves or denies an access proposal. |"]]