REST Resource: accessproposals
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: অ্যাক্সেস প্রপোজাল
একটি ফাইলে অসামান্য অ্যাক্সেস প্রস্তাবের জন্য অ্যাক্সেস প্রস্তাবের সংস্থান৷
JSON প্রতিনিধিত্ব |
---|
{
"fileId": string,
"proposalId": string,
"requesterEmailAddress": string,
"recipientEmailAddress": string,
"rolesAndViews": [
{
object (RoleAndView )
}
],
"requestMessage": string,
"createTime": string
} |
ক্ষেত্র |
---|
fileId | string যে ফাইল আইডিতে প্রবেশের প্রস্তাব চালু আছে |
proposalId | string অ্যাক্সেস প্রস্তাবের আইডি |
requesterEmailAddress | string অনুরোধকারী ব্যবহারকারীর ইমেল ঠিকানা |
recipientEmailAddress | string ব্যবহারকারীর ইমেল ঠিকানা যা গৃহীত হলে অনুমতি পাবে |
rolesAndViews[] | object ( RoleAndView ) একটি অ্যাক্সেস প্রস্তাবের ভূমিকা এবং দৃশ্যের জন্য একটি মোড়ক৷ |
requestMessage | string অনুরোধকারী প্রস্তাবে যে বার্তাটি যোগ করেছেন |
createTime | string ( Timestamp format) সৃষ্টির সময় 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" |
ভূমিকাএন্ডভিউ
একটি অ্যাক্সেস প্রস্তাবের ভূমিকা এবং দৃশ্যের জন্য একটি মোড়ক৷
JSON প্রতিনিধিত্ব |
---|
{
"role": string,
"view": string
} |
ক্ষেত্র |
---|
role | string অনুরোধকারীর দ্বারা প্রস্তাবিত ভূমিকা ভবিষ্যতে নতুন মান যোগ করা যেতে পারে, তবে নিম্নলিখিতগুলি বর্তমানে সম্ভব: * writer * commenter * reader |
view | string এই অ্যাক্সেস প্রস্তাবের জন্য দৃষ্টিভঙ্গি নির্দেশ করে। শুধুমাত্র একটি দর্শনের অন্তর্গত প্রস্তাবের জন্য জনবহুল। published একমাত্র সমর্থিত মান। |
পদ্ধতি |
---|
| আইডি দ্বারা একটি অ্যাক্সেস প্রপোজাল পুনরুদ্ধার করে। |
| একটি ফাইলে অ্যাক্সেস প্রপোজাল তালিকাভুক্ত করুন। |
| একটি অ্যাক্সেস প্রস্তাব অনুমোদন বা অস্বীকার করতে ব্যবহৃত হয়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# REST Resource: accessproposals\n\n- [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\n------------------------\n\nThe Access Proposal resource for 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. |\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 uses 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\n-----------\n\nA wrapper for the role and view of an access proposal.\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 New values may be added in the future, but the following are currently possible: \\* `writer` \\* `commenter` \\* `reader` |\n| `view` | `string` Indicates the view for this access proposal. Only populated for proposals that belong to a view. `published` is the only supported value. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------|---------------------------------------------|\n| ### [get](/workspace/drive/api/reference/rest/v3/accessproposals/get) | Retrieves an AccessProposal by ID. |\n| ### [list](/workspace/drive/api/reference/rest/v3/accessproposals/list) | List the AccessProposals on a file. |\n| ### [resolve](/workspace/drive/api/reference/rest/v3/accessproposals/resolve) | Used to approve or deny an Access Proposal. |"]]