Method: projects.getContent
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
קבלת התוכן של פרויקט הסקריפט, כולל מקור הקוד והמטא-נתונים של כל קובץ סקריפט.
בקשת HTTP
GET https://script.googleapis.com/v1/projects/{scriptId}/content
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
scriptId |
string
מזהה ה-Drive של פרויקט הסקריפט.
|
פרמטרים של שאילתה
פרמטרים |
versionNumber |
integer
מספר הגרסה של הפרויקט שצריך לאחזר. אם היא לא סופקה, תוחזר גרסת HEAD של הפרויקט.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל נתונים במבנה הבא:
ייצוג JSON |
{
"scriptId": string,
"files": [
{
object (File )
}
]
} |
שדות |
scriptId |
string
מזהה ה-Drive של פרויקט הסקריפט.
|
files[] |
object (File )
רשימת הקבצים של פרויקט הסקריפט. אחד מהקבצים הוא מניפסט של סקריפט. השם צריך להיות 'appsscript', הוא חייב להיות מסוג JSON ולכלול את הגדרות המניפסט של הפרויקט.
|
היקפי הרשאות
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://www.googleapis.com/auth/script.projects
https://www.googleapis.com/auth/script.projects.readonly
למידע נוסף, קראו את המאמר סקירה כללית של OAuth 2.0.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eRetrieves the content of a script project, including source code and metadata for each file.\u003c/p\u003e\n"],["\u003cp\u003eRequires providing the script project's Drive ID as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eOptionally, a version number can be specified to retrieve a specific project version; otherwise, the latest version is returned.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes the script project's Drive ID and a list of files, with one being a JSON manifest named "appsscript".\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with specific scopes related to script projects.\u003c/p\u003e\n"]]],[],null,["# Method: projects.getContent\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.Content.SCHEMA_REPRESENTATION)\n- [Authorization Scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets the content of the script project, including the code source and metadata for each script file.\n\n### HTTP request\n\n`GET https://script.googleapis.com/v1/projects/{scriptId}/content`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|-----------------------------------------|\n| `scriptId` | `string` The script project's Drive ID. |\n\n### Query parameters\n\n| Parameters ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------|\n| `versionNumber` | `integer` The version number of the project to retrieve. If not provided, the project's HEAD version is returned. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\nThe Content resource.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------|\n| ``` { \"scriptId\": string, \"files\": [ { object (/apps-script/api/reference/rest/v1/File) } ] } ``` |\n\n| Fields ||\n|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `scriptId` | `string` The script project's Drive ID. |\n| `files[]` | `object (`[File](/apps-script/api/reference/rest/v1/File)`)` The list of script project files. One of the files is a script manifest; it must be named \"appsscript\", must have type of JSON, and include the manifest configurations for the project. |\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/script.projects`\n- `https://www.googleapis.com/auth/script.projects.readonly`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]