Sync data from GCP to Google Cloud Storage
CloudQuery is the simple, fast data integration platform that can fetch your data from GCP APIs and load it into Google Cloud Storage
Trusted by
Get a personalized demo
Book a demo and see how quickly CloudQuery delivers new and ongoing insights on your multi-cloud environments.

Enterprise Ready
Customize & Extend
Query Assets with SQL
Non-invasive account access for better security and efficiency.
Import data with CloudQuery SDKs and build your own plugins.
Query cloud assets and security with a simple SQL-based UI.
Step by step guide for how to export data from GCP to Google Cloud Storage
Table of Contents
MacOS Setup
Step 1: Install CloudQuery
To install CloudQuery, run the following command in your terminal:
brew install cloudquery/tap/cloudquery
Step 2: Create a Configuration File
Next, run the following command to initialize a sync configuration file for GCP to Google Cloud Storage:
cloudquery init --source=gcp --destination=gcs
This will generate a config file named gcp_to_gcs.yaml. Follow the instructions to fill out the necessary fields to authenticate against your own environment.
Step 3: Log in to CloudQuery CLI
Next, log in to the CloudQuery CLI. If you have't already, you can sign up for a free account as part of this step:
cloudquery login
Step 4: Run a Sync
cloudquery sync gcp_to_gcs.yaml
This will start syncing data from the GCP API to your Google Cloud Storage database! 🚀
See the CloudQuery documentation portal for more deployment guides, options and further tips.
FAQs
What is CloudQuery?
Why does CloudQuery require login?
What data does CloudQuery have access to?
How is CloudQuery priced?
Is there a free version of CloudQuery?
What credentials are required to sync from GCP to Google Cloud Storage?
Can I restrict the sync to an individual project within my GCP environment?
project_ids
field. If you leave this field blank, CloudQuery will use all projects that it has been granted access to by your chosen authentication method.Can I use wildcards when selecting which projects to sync from?
project_filter
field.What file formats can CloudQuery load from GCP to Google Cloud Storage?
How do I authenticate CloudQuery with my Google Cloud Storage environment?
GOOGLE_APPLICATION_CREDENTIALS
parameter but this is not recommended for long-term usage.