[[["容易理解","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-03 (世界標準時間)。"],[[["Retrieves a specific comment using its ID and the ID of the associated file."],["Allows retrieval of deleted comments and their replies using the `includeDeleted` query parameter."],["Requires authorization with specific OAuth scopes related to Google Drive and Docs."],["Returns a `Comment` object containing details about the requested comment upon successful execution."],["Utilizes a GET request with path parameters for `fileId` and `commentId`."]]],["This document outlines the process to retrieve a comment by its ID using a `GET` request. The request URL includes the `fileId` and `commentId` as path parameters. An optional query parameter, `includeDeleted`, is available to retrieve deleted comments. The request body must be empty. A successful response returns a `Comment` object. The request requires one of several specified OAuth scopes for authorization. The scopes might need a security assessment.\n"]]