How to configure Google Cloud Storage

How to configure Google Cloud Storage

1. Sign Up or Log In to Google Cloud Platform

  • If you don't already have a Google Cloud account, you'll need to sign up at Google Cloud Platform.

  • If you have an account, simply log in.

2. Creating a Project

Create a new project in the Google Cloud Console. If you have an existing project, select it instead.



Type a name for your project and click 'Create'. After creation, choose your newly created project from the project selector at the top.


3. Enable the Google Cloud Storage API


Goto ‘API & Services’ and select ‘Enabled API and Services’


Click on ‘Enable API and Services’

Search for "Google Cloud Storage" and enable the API



4. Create a Service Account


Navigate to "IAM & Admin > Service Accounts".


Click "Create Service Account".



Enter a service account name and click "Create and continue".



 On the  “Grant this service account access to project” set role as Editor and click continue


Click ‘Done’ 

Service account has been created.

5: Generate a Key File

Find the service account you created and click on it.

Go to the "Keys" tab and click "Add Key"



Choose ‘New Key’ and select ‘Json’

A JSON file containing all the necessary details for data upload will be generated and downloaded to your system. Please share this JSON file with us.


6. Creating a Bucket


Goto ‘Cloud Storage' and Select bucket


Click on  ‘Create’ and enter an  globally unique bucket name and click ‘continue’


Choose where to store your data, click ‘continue’


 Choose a storage class for your data and click ‘continue’

Choose how to control access to objects  and click ‘continue’



Choose Data protection or retentions if required and click ‘Create’


The bucket has been successfully created. 

Please provide the bucket name with the JSON file. ScrapeHero will use this bucket to upload all the scraped data.



    • Related Articles

    • How to configure Microsoft Azure Storage

      1. Create an Azure Account If you don't already have one, visit the Azure portal (https://portal.azure.com) to create an Azure account. 2. Create a Storage Account Within the Azure portal, navigate to the "Storage accounts" service. Click "Create" to ...
    • How to configure FTP

      Please note: These instructions below are generic and may vary depending on your specific FTP server software and configuration. It's recommended to consult your server documentation for detailed instructions tailored to your FTP environment. 1. ...
    • How to configure SFTP

      To ensure the secure transfer of your files, use Secure File Transfer Protocol (SFTP). Here's a guide to help you set up SFTP access on your server: Please note: These instructions below are generic and may vary depending on your specific FTP server ...
    • How to configure an Amazon S3 bucket to allow ScrapeHero to write data and images

      We will assume that you have already created your Amazon S3 account. If not, then go here to do that https://aws.amazon.com/ At the end of this exercise, we will need 2 things from you through an email or in response to the ticket. These two items ...
    • How to Open a Unicode CSV in Excel (the right way)

      When we scrape data from Non-English languages and give you a CSV file, the data may appear corrupted or unreadable (when you double click and open the file in Excel). This issue occurs because we scrape the data as unicode text, but Excel reads CSV ...