Skip to main content

Create an account in Google Cloud Storage GCS

5 minute read                                                                                                                 Intermediate


Video Tutorial

  1. Go to Google Cloud Console and sign in with your Gsuite account.
image
  1. After signing in you will be redirected to the Google Cloud console. Use link if not redirected: https://console.cloud.google.com/getting-started

  2. Click on TRY FOR FREE and fill in Billing details.

Screenshot 2024-12-18 at 2 06 16 PM
  1. Select Country and check to agree to terms and conditions.
Screenshot 2024-12-18 at 2 12 09 PM
  1. Now fill in your primary contact and payment information details and click on start free.
image

This whole process of account information and payment information verification will take a few minutes.

image
  1. Answer the four questions asked by Google Cloud
image
  • What best describes your organization and its needs?
image
  • What brought you to Google Cloud?

  • What are you interested in doing with Google Cloud?

  • What best describes your role?

image
  1. Click My Project in the top bar to create a new project.
image
  1. Click on New Project at the top right corner.
Screenshot 2024-12-18 at 2 22 14 PM
  1. Fill in your project details and click on the CREATE button. Once the new project is created, select it, and in the top search bar:

image

image
  • Type BigQuery API and enable it if it’s not already enabled. If enabled, it will show as Manage.
image
  • Similarly, search for Google Sheets API and enable it if it’s not already enabled. If enabled, it will show as Manage.
  1. Select Cloud Storageand the Buckets from the side panel of Google Cloud Console Dashboard
Screenshot 2024-12-18 at 2 24 31 PM
  1. Click on +CREATE button to create a bucket to store data

image

  1. Enter the name of the bucket to be created and the preferred data location where data will be stored

image

  1. Choose the preferred plan for storage and access control type and click on the CREATE button.

image

  1. A new bucket is created.

image


Making bucket Public

1 . Once Bucket is created, Open the bucket and click on Permissions.

image

2 . Under the View By Principle section, click Grant Access.

image

3 . Under add principle, tab choose allUsersand choose a role as Storage Admin.

image

4 . Click on save open and a pop-up will come for confirmation of making the bucket publicly accessible.

5 . Click on ALLOW PUBLIC ACCESS

image

  1. Select IAM & Adminand then Service Accounts from the side panel of Google Cloud Console Dashboard
image
  1. Click + Create Service Account, enter the details, and click Create and Continue.
image
  1. Grant this service account access to the project, ensuring it has Owner access as well. Click Done.
image image
  1. Click on the three-dot dropdown next to the service account, then select Manage Keys.
image
  1. Click Add Key, select JSON as the key type, and click Create.
image image
  1. Save the downloaded JSON file and copy its content.

Integrate Google Cloud Storage with Glific

  1. Open the Glific account and click on the NGO main account button (bottom left corner), then go to Settings and select Google Cloud Storage.

  2. Enable the active box, paste the copied JSON file into the Goth Credentials field.

  3. Copy the client email from the JSON file and paste it into Goth Credentials.

  4. Enter the bucket name (you can find it in Google Cloud Console > Cloud Storage > Buckets).

Integrate BigQuery API with Glific

  1. Open BigQuery from the left panel in Glific.

  2. Enable the active box and paste the copied JSON content into the Goth Credentials field. Click Save.

Integrate Google Sheets API with Glific

  1. Open Google Sheets from the left panel in Glific.

  2. Enable the active box and paste the copied JSON content into the Goth Credentials field. Click Save.