Google Slides Metadata Extractor
detail.loadingPreview
Extract structured metadata from Google Slides, including slide content and thumbnails.
About This Workflow
This workflow automates the process of extracting information from a Google Slides presentation. It retrieves all slides from a specified presentation and then proceeds to download thumbnails for each slide. This can be useful for creating visual indexes, content summaries, or for further processing of slide content.
Key Features
- Fetch all slides: Retrieves all slide objects from a Google Slides presentation.
- Download thumbnails: Generates and downloads thumbnail images for each individual slide.
- Presentation ID parameter: Allows specifying the target Google Slides presentation via its ID.
- OAuth2 Authentication: Securely connects to Google Slides using OAuth2 credentials.
How To Use
- Execute the workflow: Click the 'execute' button on the manual trigger node.
- Retrieve Slides: The 'Google Slides' node (operation:
getSlides) will fetch all slide data from the presentation specified bypresentationId. - Download Thumbnails: The 'Google Slides1' node (operation:
getThumbnail) will use theobjectIdof each slide obtained from the previous node to download its thumbnail. ThepresentationIdis also passed from the previous node.
Prerequisites:
- Ensure you have a Google Slides presentation accessible with the provided
presentationId. - Configure and authenticate the 'Google Slides Credentials' via OAuth2.
Apps Used
Workflow JSON
{
"id": "ac007741-e426-44f1-a7b2-04debc5bcd20",
"name": "Google Slides Metadata Extractor",
"nodes": 21,
"category": "Data Extraction",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: ac007741-e426...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Related Workflows
Discover more workflows you might like
Reddit Post Analysis and Summarization for n8n
Fetches Reddit posts related to n8n, filters them, and uses OpenAI to classify and summarize relevant content.
Web Page to Markdown & Links
Scrapes web pages, converts HTML to Markdown, and extracts links using Firecrawl.dev API.
HubSpot CRM Contact Data Extractor with Pagination
Fetches contact data from HubSpot CRM, handling pagination to retrieve all records.