Getting Started (Core Clouds)¶
This page explains how Salesforce administrators can add Google Client Lightning components to standard Salesforce and custom Lightning apps.
All Google Client components are added using the Lightning App Builder.
- Open Salesforce in Lightning Experience.
- Navigate to the page where you want to add components:
- Home page
- App page
- Record page
- Click the ⚙️ Setup icon in the top-right corner.
- Select Edit Page.
This opens the Lightning App Builder, where you can drag and configure components.
Available components¶
Below is the list of placeable components, referenced by their visible labels as shown in Lightning App Builder.
Google Client: Attachments¶
Provides full Google Drive file management for a Salesforce record in a familiar Notes & Attachments–style list.
Where it can be used
- Record Pages
Configurable properties
- Icon — Icon shown in the component header.
- Title — Component title.
- Visible files count — Number of files shown before “View All” is required.
- Allow multiple files — Enables multi-file selection.
- Allowed file types — File extensions allowed for upload.
- Maximum file size (MB) — Upload size limit per file.
Typical use
- Eliminates the need to use Salesforce Files when attaching files to records.
Google Client: Uploader¶
Provides a dedicated upload interface for adding files to Google Drive from Salesforce. This component is available for use in Screen Flows since version 1.1
Where it can be used
- Record Pages
Configurable properties
- Supported file extensions — Allowed upload types.
- Maximum file size (MB) — Upload size limit.
- Allow multiple files — Enables bulk uploads.
- Maximum file count — Limits the number of files per upload.
Typical use
- Replaces Salesforce Files with a dedicated upload experience for a specific record, including support for limiting the number of files (for example, one file per record).
Google Client: Record Page Details¶
Displays detailed information for a selected Google Drive file and supports all versions history.
Where it can be used
- Record Pages
- URL-addressable navigation targets
Typical use
- Used as a file detail view.
- Supports deep-link navigation from other components.
Components not available for direct placement¶
The following components cannot be added manually in Lightning App Builder.
- Preview, sharing, public link, and version modules
- Modal dialogs for delete, sharing, public link, and file details
These components are intentionally hidden to ensure consistency and prevent incorrect usage.
Important notes¶
Experience Cloud follows different component placement rules and is documented separately.