Configuring Connection to the Google Storage Bucket

Last Updated : Aug 30, 2026 |
Prolog information

Before You Begin

This process requires you to have a JSON key file. The key file contains details required for the system to access the Google Storage.
  • For details of exporting a key file, see Google Documentation.
  • JSON key files are available in two format. The format depends on whether the file was created from the Google Control Panel (GCP)/command line or using the REST API. The GCP/command line format should be used. The file should look similar to the following.

    "type": "service_account", 
    "project_id": "[PROJECT-ID]", 
    "private_key_id": "[KEY-ID]", 
    "private_key": "-----BEGIN PRIVATE KEY-----\n[PRIVATE-KEY]\n-----END PRIVATE KEY-----\n", 
    "client_email": "[SERVICE-ACCOUNT-EMAIL]", 
    "client_id": "[CLIENT-ID]", 
    "auth_uri": "https://accounts.google.com/o/oauth2/auth", 
    "token_uri": "https://accounts.google.com/o/oauth2/token", 
    "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", 
    "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/[SERVICE-ACCOUNT-EMAIL]" 
    }

Process

  1. Access System SettingsSystemRecording Archival Configuration.
  2. Enter the Bucket Name.
  3. Enter the name for the folder that should be used within the bucket for the recordings.
  4. Use the Service Account Details settings to upload the JSON key file for the bucket.
  5. Click on Test Connection and wait for confirmation.
  6. If successful, click Save Configuration.
  7. Click Update.