Başarılı olursa yanıt gövdesi, yeni oluşturulan ParentReference örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamlarından birini gerektirir:
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
Bazı kapsamlar kısıtlanmıştır ve uygulamanızın bunları kullanabilmesi için güvenlik değerlendirmesi yapılması gerekir. Daha fazla bilgi için Yetkilendirme kılavuzuna göz atın.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-09-03 UTC."],[[["This endpoint allows you to add a parent folder to a specified file using its `fileId`."],["The request requires a `ParentReference` in the body and may include optional query parameters like `supportsAllDrives`."],["Upon success, the response returns a newly created `ParentReference` object."],["Authorization is necessary using one of the provided OAuth scopes, some of which require a security assessment for app usage."]]],["This API endpoint uses a POST request to add a parent folder to a file specified by its `fileId` via a path parameter. The URL employs gRPC Transcoding. Optional query parameters, including `enforceSingleParent`, `supportsAllDrives`, and `supportsTeamDrives` allow modifications of the request. The request and response body both utilize the `ParentReference` instance. Authorization necessitates one of the listed OAuth scopes.\n"]]