[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-17 UTC."],[[["Creates a new comment on a specified file using an HTTP POST request."],["Requires providing the file ID as a path parameter and a `Comment` object in the request body."],["Returns the newly created `Comment` object in the response body if successful."],["Needs authorization with one of the specified OAuth scopes, some of which might require a security assessment."]]],["This document details the process for creating a new comment on a file using the Google Drive API. It involves sending a `POST` request to a specified URL, including the `fileId` as a path parameter. The request body must contain a `Comment` instance. A successful response will return the newly created `Comment`. Authorization requires one of the specified OAuth scopes: `docs`, `drive`, or `drive.file`. Access to some scopes might be restricted.\n"]]