Campaigns now include workspace credits, OpenRouter or Bedrock generation, and reviewed multi-provider publishing. Explore the workflow
All provider guides

Cloud connection

How to connect Google Drive

Drive, Blogger, Calendar, Forms and Photos use one Google Cloud OAuth client. You need a Name and the downloaded OAuth client JSON.

You can save multiple named Google Drive accounts. Credentials stay in workspace secret storage and are never shown after save.

  1. 1

    Enable APIs

    In Google Cloud, enable Drive, Blogger, Calendar, Forms, and Photos APIs as needed.

    Google Cloud Console
  2. 2

    Configure the OAuth consent screen

    APIs & Services → OAuth consent screen. External, add scopes for the products you will use, add test users.

  3. 3

    Create an OAuth client

    Credentials → Create Credentials → OAuth client ID → Desktop app. Download JSON.

  4. 4

    Paste into EntityStacks and save

    Enter a Name and paste the JSON. Save a second account if you use another Google Cloud project.

Fields EntityStacks saves

OAuth client JSON

Create an OAuth 2.0 Client ID (Desktop app) in Google Cloud and paste the downloaded JSON.

{ "installed": { "client_id": "….apps.googleusercontent.com", "client_secret": "…" } }