Set up the Data Portability API
Before you can begin sending requests to the Data Portability API, you must create a
new project, enable billing, and enable the Data Portability API in the Google Cloud
console.
Create your project
Note your project ID: you need it to send Renewal links to your users.
Enable billing
Enable the API
The Data Portability API is publicly available and discoverable in the API Library by
searching for "Data Portability API". Enable it in the UI or by using the gcloud CLI.
To enable it by using the gcloud CLI, run this command.
gcloud services enable dataportability.googleapis.com
To confirm that the Data Portability API is enabled, view your
Enabled APIs and Services.
If you need help setting up the gcloud CLI, see Install the gcloud CLI.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-13 UTC.
[null,null,["Last updated 2025-02-13 UTC."],[[["To use the Data Portability API, you must first create a new project in the Google Cloud console, enable billing for the project, and then enable the Data Portability API itself."],["You can enable the Data Portability API through the Google Cloud console UI or by using the gcloud CLI command `gcloud services enable dataportability.googleapis.com`."],["Before enabling the API, ensure you have an active billing account associated with your project, which can be created or managed through the Billing page in the Google Cloud console."]]],[]]