Back to Templates
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.
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