Der Anfragetext enthält Daten mit folgender Struktur:
JSON-Darstellung
{"title": string,"parentId": string}
Felder
title
string
Der Titel des Projekts.
parentId
string
Die Drive-ID einer übergeordneten Datei, an die das erstellte Scriptprojekt gebunden ist. Das ist normalerweise die ID eines Google-Dokuments, einer Google-Tabelle, eines Google-Formulars oder einer Google-Präsentation. Wenn die Richtlinie nicht konfiguriert ist, wird ein eigenständiges Skriptprojekt erstellt.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von Project.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]],[]]