Method: replies.update
একটি বিদ্যমান উত্তর আপডেট করে।
HTTP অনুরোধ
PUT https://www.googleapis.com/drive/v2/files/{fileId}/comments/{commentId}/replies/{replyId}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
fileId | string ফাইলের আইডি। |
commentId | string কমেন্টের আইডি। |
replyId | string উত্তরের আইডি। |
শরীরের অনুরোধ
অনুরোধের মূল অংশে CommentReply
এর একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে CommentReply
এর একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://www.googleapis.com/auth/docs
-
https://www.googleapis.com/auth/drive
-
https://www.googleapis.com/auth/drive.file
কিছু সুযোগ সীমাবদ্ধ এবং সেগুলি ব্যবহার করার জন্য আপনার অ্যাপের নিরাপত্তা মূল্যায়ন প্রয়োজন। আরও তথ্যের জন্য, অনুমোদন নির্দেশিকা দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Updates an existing reply associated with a specific file, comment, and reply ID using a `PUT` request."],["Requires providing the `fileId`, `commentId`, and `replyId` as path parameters in the request URL."],["The request and response bodies utilize the `CommentReply` object for data transfer."],["Authorization necessitates using one of the specified OAuth scopes, some of which might require security assessments."]]],["This document outlines the process for updating a reply using a PUT HTTP request to the Google Drive API. The URL, `https://www.googleapis.com/drive/v2/files/{fileId}/comments/{commentId}/replies/{replyId}`, requires three path parameters: `fileId`, `commentId`, and `replyId`. The request body must contain a `CommentReply` instance. A successful update returns a `CommentReply` instance in the response body. Authorization requires one of three OAuth scopes.\n"]]