Isi permintaan memuat data dengan struktur berikut:
Representasi JSON
{"title": string,"parentId": string}
Kolom
title
string
Judul proyek.
parentId
string
ID Drive file induk yang terikat dengan project skrip yang dibuat. ID ini biasanya adalah ID file Google Dokumen, Google Spreadsheet, Google Formulir, atau Google Slide. Jika tidak disetel, project skrip mandiri akan dibuat.
Isi respons
Jika berhasil, isi respons memuat instance Project yang baru dibuat.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]