Google Slides
Google Slides
Configuration
Google Slides source connector integrates with Google Drive API.
Connects to your Google Drive account to retrieve Google Slides presentations. Presentations are exported as PDF and processed through Airweave’s file processing pipeline to enable full-text semantic search across presentation content.
Mirrors the Google Drive connector approach - treats Google Slides presentations as regular files that get processed through the standard file processing pipeline.
The connector handles:
- Presentation listing and filtering via Google Drive API
- Content export and download (PDF format)
- Metadata preservation (ownership, sharing, timestamps)
- Incremental sync via Drive Changes API
Authentication
This connector uses OAuth 2.0 with custom credentials. You need to provide your OAuth application’s Client ID and Client Secret, then complete the OAuth consent flow.
- Create an OAuth application in your provider’s developer console
- Enter your Client ID and Client Secret when configuring the connection
- Complete the OAuth consent flow
Configuration Options
The following configuration options are available for this connector:
Google Slides configuration schema.
Include presentations that have been moved to trash. Defaults to False.
Include presentations shared with you by others. Defaults to True.
Data Models
The following data models are available for this connector:
GoogleSlidesPresentationEntity
Schema for a Google Slides presentation.
Represents a Google Slides presentation retrieved via the Google Drive API. The presentation content is exported as PDF and processed through Airweave’s file processing pipeline to create searchable chunks.
Reference: https://developers.google.com/slides/api/reference/rest/v1/presentations https://developers.google.com/drive/api/v3/reference/files
GoogleSlidesSlideEntity
Schema for a Google Slides slide.
Represents an individual slide within a Google Slides presentation. This entity captures slide-specific metadata and content for detailed indexing and search capabilities.
Reference: https://developers.google.com/slides/api/reference/rest/v1/presentations.pages