Block 1 - On form submission
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Download Slideshare and Store in Drive ️ Automate the download of Slideshare presentations and save them to Google Drive using the [Slideshare Downloader Pro API](https://rapidapi.com/skdevelop...
n8n-nodes-base.formtrigger, n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.googledrive, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sk developer .
Original n8n.io source📝 On Form Submission
→ Displays a form for users to input the Slideshare URL.
🌐 Slideshare Downloader
→ Sends the submitted URL to the Slideshare Downloader Pro API to fetch a downloadable PDF link.
✅ If (API Success?)
→ Checks if the API response returns a 200 status (success).
⬇️ Download PDF
→ Downloads the actual PDF file from the media URL received in the API response.
☁️ Upload to Google Drive
→ Uploads the downloaded PDF into a specific Google Drive folder.
🔓 Google Drive Set Permission
→ Sets the file’s permission to "Anyone with the link can view".
⏱️ Wait (Error Handling)
→ Adds a small delay before logging errors to prevent rapid multiple logs.
📄 Google Sheets Append Row
→ Logs failed attempts with the original Slideshare URL and "N/A" for tracking.
A content curator or student often downloads Slideshare presentations for archiving, referencing, or sharing.
Instead of repeatedly copy-pasting URLs, downloading files, and uploading them manually, this automated workflow streamlines the process from input to storage.
It leverages the Slideshare Downloader Pro API to handle the heavy lifting — ensuring reliable PDF extraction.
Follow these steps to get your API key and start using it in your workflow:
Visit the API Page
👉 Click here to open Slideshare Downloader Pro API on RapidAPI
Log in or Sign Up
Subscribe to a Pricing Plan
Access Your API Key
X-RapidAPI-Key under Request Headers. Use the Key in Your Workflow
"x-rapidapi-key": "your key"
with:"x-rapidapi-key": "YOUR_ACTUAL_API_KEY"
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Download Slideshare presentations to Google Drive with RapidAPI integration |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | File Management, Multimodal AI |
| Author | Sk developer |
| Published | 30 Aug 2025 |
Use the JSON export at /data/workflows/8048/8048.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Download Slideshare and Store in Drive ️ Automate the download of Slideshare presentations and save them to Google Drive using the [Slideshare Downloader Pro API](https://rapidapi.com/skdevelop...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your File Management, Multimodal AI use case.