[[["התוכן קל להבנה","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 (שעון 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"]]