# Get Project Content

> `UiPath.GSuite.Activities.GetProjectContent`

`UiPath.GSuite.Activities.GetProjectContent`

## Description

Returns the content of the script project, including the code source and metadata for each script file.

### Scopes

This activity requires the following scopes:

* https://www.googleapis.com/auth/script.projects.readonly

OR

* https://www.googleapis.com/auth/script.projects

## Project compatibility

Windows - Legacy | Windows

## Configuration

### Properties panel

#### Common

* **ContinueOnError** - If set, the remaining activities are executed if the current activity fails. This field supports Boolean values.
* **DisplayName** - The display name of the activity. This property supports `String` variables and string formatted values.

#### Input

* **ScriptID** - The script project's Drive ID. This property supports `String` variables and string formatted values.
* **VersionNumber** - The version number of the project to retrieve. If not provided, the project's HEAD version is returned. This property supports `String` variables and string formatted values.

#### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports Boolean values.

#### Output

* **Content** - The list of script project files. One of the files is a script manifest.
