Kullanımdan kaldırıldı: Birden fazla klasöre dosya ekleme özelliği artık desteklenmiyor. Bunun yerine shortcuts politikasını kullanın.
supportsAllDrives
boolean
İstekte bulunan uygulamanın hem Drive'larım hem de ortak Drive'ları destekleyip desteklemediği.
supportsTeamDrives (deprecated)
boolean
Kullanımdan kaldırıldı: Bunun yerine supportsAllDrives kullanın.
İstek içeriği
İstek metni, ChildReference öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılı olursa yanıt gövdesi, yeni oluşturulan ChildReference ö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 inserts a file into a specified folder using an HTTP POST request to `https://www.googleapis.com/drive/v2/files/{folderId}/children`."],["The request body must contain a ChildReference object defining the file to be inserted."],["Upon successful execution, the response body returns a ChildReference object representing the newly created file association within the folder."],["Authorization requires specific OAuth scopes, including `https://www.googleapis.com/auth/drive` or others, some of which may have restricted access."],["Path and query parameters allow for customization, such as specifying the target folder ID and supporting shared drives."]]],[]]