В случае успеха тело ответа содержит вновь созданный экземпляр ParentReference .
Области авторизации
Требуется одна из следующих областей OAuth:
https://www.googleapis.com/auth/docs
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.appdata
https://www.googleapis.com/auth/drive.file
Некоторые области ограничены, и для их использования требуется оценка безопасности вашего приложения. Дополнительную информацию см. в руководстве по авторизации .
[[["Прост для понимания","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-10-30 UTC."],[[["Adds a parent folder to a specified file using the provided file ID."],["Utilizes an HTTP POST request to `https://www.googleapis.com/drive/v2/files/{fileId}/parents`."],["Requires authorization with specific OAuth scopes, such as `https://www.googleapis.com/auth/drive` or `https://www.googleapis.com/auth/drive.file`."],["Request body should contain a ParentReference object, and a successful response will return a newly created ParentReference object."],["Supports optional query parameters like `supportsAllDrives` to indicate application compatibility with My Drives and shared drives."]]],[]]