> For the complete documentation index, see [llms.txt](https://cookbook.denovolab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cookbook.denovolab.com/configuration/configuring-cdr-and-pcap-backup/google-cloud-setup.md).

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