Convert Spotify tracks to MP3 and share via Google Drive forms
🎵 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 triggered by a simple for...
Template notes
🎵 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 triggered by a simple form.
---
✅ What This Workflow Does
1. Accepts a Spotify URL from a form. 2. Sends the URL to [Spotify Downloader MP3 API](https://rapidapi.com/skdeveloper/api/spotify-downloader-mp3) on RapidAPI. 3. Waits briefly for conversion. 4. Downloads the resulting MP3 file. 5. Uploads it to Google Drive. 6. Sets public sharing permissions for easy access.
---
🧩 Workflow Structure
| 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](https://rapidapi.com/skdeveloper/api/spotify-downloader-mp3) 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. |