# Google Cloud storage (GCP)

[Google Cloud Storage (GCS)](https://cloud.google.com/storage/docs) is a scalable, secure, and highly available cloud storage service offered by Google Cloud Platform (GCP). It is designed to store and manage large amounts of data.

## Steps to configure GCS as a Storage alias:

* Click on the **+Add connection** button in the GCP section:
* In the pop-up window submit a request to the Support team. Please provide the following details:
  1. **Bucket name** - the name of your Google Cloud bucket (the folder within Google Cloud where files are stored).
  2. **Alias** - the value of the storage alias you would like to use to hide the Google Cloud bucket path behind it.&#x20;
  3. **Auth JSON token** (optional)- the authentication token for access to the bucket. It is needed when the bucket is Private.

{% hint style="info" %}
If your images are in a bucket named **mysamplebucket**, with access to **image.jpg** available at the URL `//www.googleapis.com/upload/storage/v1/b/mysamplebucket/image.jpg`, then after configuration, the image will be accessible at `https://token.filerobot.com/_mysamplebucket_/image.jpg`
{% endhint %}

In case that your Google Cloud bucket requires authentication:

* You need to generate an Authentication JSON file using the guide in the [Google Cloud documentation](< https://cloud.google.com/docs/authentication/getting-started>)
* You will be provided with JSON file to be saved on your computer
* Please attach it to your message to the Support team in order to configure the Alias settings.

<figure><img src="/files/Pa33M0Y46mrqSALJ67gh" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Each alias should be unique for the project (token) and must be prefixed and suffixed with underscores.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.scaleflex.com/dynamic-media-optimization-dmo/settings/asset-origin/google-cloud-storage-gcp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
