AI-generated Key Takeaways
-
Gets a script project's metadata using a GET request to
https://script.googleapis.com/v1/projects/{scriptId}
. -
Requires a
scriptId
path parameter, which is the script project's Drive ID. -
The request body must be empty.
-
The response body contains a Project instance if successful.
-
Requires one of the specified OAuth scopes for authorization.
Gets a script project's metadata.
HTTP request
GET https://script.googleapis.com/v1/projects/{scriptId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
scriptId |
The script project's Drive ID. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Project
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/script.projects
https://www.googleapis.com/auth/script.projects.readonly
For more information, see the OAuth 2.0 Overview.