[[["이해하기 쉬움","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(UTC)"],[[["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"]]