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.
Spotify to MP3 → Upload to Google Drive Automate the process of converting Spotify track URLs into MP3 files, uploading them to Google Drive, and instantly generating shareable links — all trigg...
n8n-nodes-base.formtrigger, n8n-nodes-base.wait, n8n-nodes-base.httprequest, n8n-nodes-base.googledrive, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sk developer .
Original n8n.io sourceAutomate the process of converting Spotify track URLs into MP3 files, uploading them to Google Drive, and instantly generating shareable links — all triggered by a simple form.
| Step | Node Name | Description |
|---|---|---|
| 1 | On form submission | Collects Spotify track URL via an n8n Form Trigger node. |
| 2 | Spotify Rapid API | Calls Spotify Downloader MP3 API to generate the MP3 download link. |
| 3 | Wait | Ensures download link is processed before proceeding. |
| 4 | Downloader | Downloads the MP3 using the generated link. |
| 5 | Upload MP3 to Google Drive | Uploads the file using Google Drive credentials. |
| 6 | Update Permission | Makes the uploaded file publicly accessible via a shareable link. |
x-rapidapi-key publicly.reader, writer, or restricted) per your needs.spotify mp3 google-drive automation rapidapi n8n music
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 | Convert Spotify tracks to MP3 and share via Google Drive forms |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | File Management |
| Author | Sk developer |
| Published | 21 Jul 2025 |
Use the JSON export at /data/workflows/6218/6218.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.
Spotify to MP3 → Upload to Google Drive Automate the process of converting Spotify track URLs into MP3 files, uploading them to Google Drive, and instantly generating shareable links — all trigg...
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 use case.