Federal Science DataHubFederal Science DataHub
  • English
  • Français
  • English
  • Français
  • Overview
  • Managing Workspaces and Users

    • Getting a workspace (only available on the GC network)
    • Estimate costs (only available on the GC network)
    • Account Setup
    • Requesting, configuring and removing tools in your workspace
    • Invite a user
    • Change a user role
    • Manage your CBR & workspace budgets
  • Storage

    • Working with Azure Storage
    • Bring Your Own Storage

      • Import AWS S3 Bucket
      • Import Azure Storage
      • Import Google Cloud Platform Storage
    • Access Storage in Databricks
    • Use AzCopy to Interact with Storage
  • Databricks

    • Getting Started with Databricks
    • FSDH Cluster Policies
    • MLFlow: AutoML and Experiments
    • Databricks Workflows
    • Dashboarding

      • How to Dashboard in Databricks
      • Dashboarding Tool Comparison
    • External Extensions

      • Git/GitHub Integration with Databricks
      • Databricks VS Code Extension
      • Working with Conda
      • Connecting Google API to Databricks
  • PostgreSQL

    • Create and use a PostgreSQL Database
    • Add a User to PostgreSQL on FSDH
    • PostgreSQL vs Azure Databricks Database Features
  • Web Applications

    • Hosting Web Apps on DataHub
  • Migrating to Production

    • Migrating Storage
    • Migrating Databricks
    • Migrating PostgreSQL
    • Migrating Web Apps
  • User Guidance

    • Account Management and Access control of workspaces
    • Backup and Recovery
    • Github and code repo management
    • Incident Detection & Response
    • Monitor Usage
    • Monitoring and Auditing a Workspace
    • Source code
    • Restricted File Types on FSDH Storage
  • Terms and Conditions

Import Google Cloud Platform Storage

To import a GCP storage account, you will need to create a service account with access to the storage and create a key pair for the account.

  1. From the main Google Cloud menu, under the IAM & Admin section, navigate to Service Accounts.
    Service accounts in menu

  2. At the top of the screen, click Create Service Account and fill in the information for the account. The Service Account ID will be auto-generated by default, but you can re-generate it or manually enter your own desired value.
    Create account buttonService account details

  3. After creating the user, click on its username in the list, and navigate to the Keys tab. From here, click the Add Key button and select Create new key. At the prompt, make sure JSON is selected and click the Create button. This will create a .json file and download it to your computer.
    Service account user pageCreate private key dialog

To import the GCP account into Datahub, open the .json file in a text editor and paste the contents into the Service Account Credentials (JSON) text box in Datahub.
Import GCP storage dialog

Edit this page on GitHub
Last Updated: 2026-04-22, 3:58 p.m.
Previous
Import Azure Storage