Treść żądania zawiera dane o następującej strukturze:
Zapis JSON
{"title": string,"parentId": string}
Pola
title
string
Tytuł projektu.
parentId
string
Identyfikator Dysku pliku nadrzędnego, z którym jest powiązany utworzony projekt skryptu. Jest to zwykle identyfikator pliku Dokumentów, Arkuszy Google, Formularzy Google lub Prezentacji Google. Jeśli nie zostanie ustawiony, zostanie utworzony samodzielny projekt skryptu.
Treść odpowiedzi
Jeśli operacja się uda, treść odpowiedzi będzie zawierała nowo utworzoną instancję Project.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]],[]]