# Google Cloud Setup

####

#### Step 1: Create a Google Cloud Project

#### Step 2:  Go to IAM & Admin -> IAM

![](/files/-MXmi3Zb31abxfaOqMu7)

#### Step 3: Find service account, and press "Edit member" (pen button) on the right side of it

![](/files/-MXmiPw5k-lA-bmVnzkI)

#### Step 4: Press "Add condition"

![](/files/-MXmifF7d9HECOsdyjhg)

#### Step 5: Open "Condition Editor" and put the expression, filling the bucket name

![](/files/-MXmiteOj8f_lEIg6nh6)

```
(resource.type != "storage.googleapis.com/Bucket" && resource.type != "storage.googleapis.com/Object") || resource.name.startsWith("projects/_/buckets/<name>/") || resource.name == "projects/_/buckets/<name>"

```

####

#### Step 6: Press Save in both condition editor and permissions editor. Otherwise it will be canceled

#### Step 7: Go To Class 4 and Open the Archive Setting page

![](/files/-MXmjVV3XRDia292hucv)

#### Step 8: Select Server Name

Class 4 platform select using multiple sip switch server.  Each sip switch server has its own directory for storing backup data.&#x20;

![](/files/-MXmk96b7E5540uuj8Q0)

#### Step 9: Select where you want to store the data

![](/files/-MXmkbsTMGjpCgYUQVKN)

Here is a video showing you how can obtain the Google Cloud Service Key json file:

<https://drive.google.com/file/d/1Loon-8jWRZdDiUg0251sODHswqIBIeyf/view?usp=sharing>


---

# 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://cookbook.denovolab.com/configuration/configuring-cdr-and-pcap-backup/google-cloud-setup.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.
