> For the complete documentation index, see [llms.txt](https://support.emsigner.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emsigner.com/administrator-settings/admin-settings/storage-connectors/google-blob-storage.md).

# Google Blob Storage

### Storage Connector – Google Blob Storage

The Google Blob Storage connector lets you push signed documents, attachments, and completion certificates from emSigner directly into a Google Cloud Storage bucket of your choice, giving you full control over where your signed documents reside.

**Navigation:** Settings → Storage Connectors for Document Repositories → Google Blob Storage tab

The setup follows a two-step flow: **Test Connection → Activate**.

#### Sending Options

| Option                                                                   | Description                                                          |
| ------------------------------------------------------------------------ | -------------------------------------------------------------------- |
| **Include Signed documents only** *(selected by default)*                | Only the signed documents will be pushed to the selected connector.  |
| **Include attachments** *(selected by default)*                          | Attachments will also be included along with the signed documents.   |
| **Include completion certificate** *(optional, not selected by default)* | The completion certificate will be included in the connector upload. |

#### Configuration Fields

| Field                                          | Description                                                                                                                                                                        |
| ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Bucket Name** *(required)*                   | The name of the target Google Cloud Storage bucket where documents will be stored. The bucket must already exist before configuring the connector.                                 |
| **Default Credentials Json data** *(required)* | The entire service-account key file content, in JSON format. The service account must have the **Storage Object Admin** role on the bucket (create, read, and delete permissions). |

#### Steps to Configure

1. Go to **Settings** and click on **Storage Connectors for Document Repositories**.
2. Select the **Google Blob Storage** tab.
3. Review the **Sending Options** — *Include Signed documents only* and *Include attachments* are enabled by default. Optionally, select **Include completion certificate**.
4. Enter the **Bucket Name**.
5. Paste the full service-account **JSON key** into the **Default Credentials Json data** field. Ensure the service account has the **Storage Object Admin** role on the bucket and that the bucket already exists.

<figure><img src="/files/1c2wkbaWXlBqeMOgjkjQ" alt=""><figcaption></figcaption></figure>

1. Click **Generate test file** to validate the connection under **Step 1: Test Connection**.
2. Once the test succeeds, proceed to **Step 2: Activate** to enable the connector.

> **Note:** Until the connector is activated, documents will continue to follow the existing storage behavior. Once activated, this connector applies at the administrator level — all future signed documents from every user of the application, including internal users, will be pushed to the configured repository (matching the selected Sending Options).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.emsigner.com/administrator-settings/admin-settings/storage-connectors/google-blob-storage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
