> For the complete documentation index, see [llms.txt](https://docs.oceanprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oceanprotocol.com/user-guides/asset-hosting/google-storage.md).

# Google Storage

**Google Storage**

Google Cloud Storage is a scalable and reliable object storage service provided by Google Cloud. It allows you to store and retrieve large amounts of unstructured data, such as files, with high availability and durability. You can organize your data in buckets and benefit from features like access control, encryption, and lifecycle management. With various storage classes available, you can optimize cost and performance based on your data needs. Google Cloud Storage integrates seamlessly with other Google Cloud services and provides APIs for easy integration and management.

**Prerequisite**

Create an account on [Google Cloud](https://console.cloud.google.com/). Users might also be asked to provide payment details and billing addresses that are out of this tutorial's scope.

**Step 1 - Create a storage account**

**Go to** [**Google Cloud console**](https://console.cloud.google.com/storage/browser)

In the Google Cloud console, go to the Cloud Storage Buckets page

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

**Create a new bucket**

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

**Fill in the details**

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

**Allow access to your recently created Bucket**

<figure><img src="/files/5Cqbb7SexJaI9P41hT4t" alt=""><figcaption></figcaption></figure>

**Step 2 - Upload a file**

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

**Step 3 - Change your file's access (optional)**

**If your bucket's access policy is restricted, on the menu on the right click on Edit access (skip this step if your bucket is publicly accessible)**

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

<figure><img src="/files/8HqTj4vhb3IO7ou4mwHg" alt=""><figcaption></figcaption></figure>

**Step 4 - Share the file**

**Open the file and copy the generated link**

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

<figure><img src="/files/7t1w7QyU8MmWDB72C3xA" alt=""><figcaption></figcaption></figure>

**Step 5 - Publish the asset using the generated link**

Now, copy and paste the link into the Publish page in the Ocean Marketplace.

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


---

# 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://docs.oceanprotocol.com/user-guides/asset-hosting/google-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.
