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
Enable APIs
In Google Cloud, enable Drive, Blogger, Calendar, Forms, and Photos APIs as needed.
Google Cloud Console - 2
Configure the OAuth consent screen
APIs & Services → OAuth consent screen. External, add scopes for the products you will use, add test users.
- 3
Create an OAuth client
Credentials → Create Credentials → OAuth client ID → Desktop app. Download JSON.
- 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": "…" } }