[[["容易理解","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-12-02 (世界標準時間)。"],[[["Retrieves a specific comment within a file using its unique ID, requiring the `fields` parameter to specify desired data."],["Utilizes a `GET` request with file and comment IDs as path parameters, allowing for optional inclusion of deleted comments via the `includeDeleted` query parameter."],["Returns a `Comment` object containing the retrieved comment details upon successful execution."],["Requires authorization with one of four specified OAuth scopes, some of which may require security assessment for app usage."]]],["This document outlines the process to retrieve a comment by its ID using an HTTP GET request. The URL structure involves the `fileId` and `commentId` as path parameters. It requires the `fields` parameter and accepts `includeDeleted` as a query parameter to include deleted comments. The request body must be empty. A successful response contains a Comment instance. The request requires specific OAuth scopes for authorization, such as `drive`, `drive.file`, `drive.meet.readonly` or `drive.readonly`.\n"]]