In the Google Cloud Platform (GCP) Console, create a project and enable the APIs.
Use GCP to turn on APIs
- Go to the GCP Console and sign in as a Google Workspace super administrator. If this is your first time signing in to the console, agree to the Terms of Service.
- Click IAM & admin
Manage resources. You might have to click Menu
first.
- At the top of the screen, click Create Project.
- Enter a project name and click Create.
- Open the project you created.
- Click APIs & services
Library. You might have to click Menu
first.
-
One at a time, search for the following APIs:
- Admin SDK
- Contacts API
- Google Workspace Migrate API
- Gmail API
- Google Calendar API
- Google Drive API
- Groups Migration API
- Groups Settings API
- Google Sheets API
- Tasks API
- Click the API name
Enable.
- Repeat steps 7 and 8 until all the APIs are enabled.
(Optional) Enable APIs using the command line
You can enable the APIs using the gcloud command-line tool.
In the gcloud command-line tool, enter:
gcloud services enable admin.googleapis.com
gcloud services enable contacts.googleapis.com
gcloud services enable migrate.googleapis.com
gcloud services enable gmail.googleapis.com
gcloud services enable calendar-json.googleapis.com
gcloud services enable drive.googleapis.com
gcloud services enable groupsmigration.googleapis.com
gcloud services enable groupssettings.googleapis.com
gcloud services enable sheets.googleapis.com
gcloud services enable tasks.googleapis.com
For details, see gcloud command-line tool overview.