İstek gövdesi, aşağıdaki yapıya sahip verileri içerir:
JSON gösterimi
{"title": string,"parentId": string}
Alanlar
title
string
Projenin başlığı.
parentId
string
Oluşturulan komut dosyası projesinin bağlı olduğu üst dosyanın Drive kimliği. Bu genellikle bir Google Dokümanlar, Google E-Tablosu, Google Formu veya Google Slaytlar dosyasının kimliğidir. Politika ayarlanmazsa bağımsız bir komut dosyası projesi oluşturulur.
Yanıt gövdesi
Başarılı olursa yanıt gövdesi, yeni oluşturulmuş bir Project örneğini içerir.
Yetkilendirme Kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/script.projects
Daha fazla bilgi için OAuth 2.0 Overview (OAuth 2.0'a Genel Bakış) sayfasına 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-12 UTC."],[[["Creates a new, empty script project with no script files and a base manifest file."],["The request body can include a title for the project and the Drive ID of a parent file to bind the project to."],["A successful response returns a Project object representing the newly created script project."],["Requires authorization with the `https://www.googleapis.com/auth/script.projects` scope."]]],[]]