# Read All Text

> `UiPath.GSuite.Activities.ReadAllText`

`UiPath.GSuite.Activities.ReadAllText`

## Description

Reads an array of strings representing the raw text in a Google document.

### Scopes

This activity requires the following scopes:

* https://www.googleapis.com/auth/drive.readonly

OR

* https://www.googleapis.com/auth/documents.readonly

OR

* https://www.googleapis.com/auth/drive

OR

* https://www.googleapis.com/auth/drive.file

OR

* https://www.googleapis.com/auth/documents

## Project compatibility

Windows - Legacy | Windows

## Configuration

#### In the body of the activity

* **Document** - The Google document you want to read. Typically obtained via the **Use Google Document** activity. This property supports `IGoogleDocTarget` variables.
* **Save to** - A string representing the raw text in the Google document. This property supports `String` variables and string formatted values.

#### 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**

* **Document** - See **Document** in the body of the activity.
* **DocumentID** - The ID of the Google Docs document. 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**

* **Result** - See **Save to** in the body of the activity.
