๐Ÿ“ Convert Spotify tracks to MP3 and share via Google Drive forms

โšก 411 views ยท ๐Ÿ“ File Management

Description

๐ŸŽต 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 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

StepNode NameDescription
1On form submissionCollects Spotify track URL via an n8n Form Trigger node.
2Spotify Rapid APICalls Spotify Downloader MP3 API to generate the MP3 download link.
3WaitEnsures download link is processed before proceeding.
4DownloaderDownloads the MP3 using the generated link.
5Upload MP3 to Google DriveUploads the file using Google Drive credentials.
6Update PermissionMakes the uploaded file publicly accessible via a shareable link.

๐Ÿ”ง Requirements


๐Ÿš€ How to Use

  1. Set up Google API credentials in n8n.
  2. Subscribe to the Spotify Downloader MP3 API on RapidAPI.
  3. Insert your RapidAPI key into the HTTP Request node.
  4. Deploy the workflow and access the webhook form URL.
  5. Submit a Spotify URL โ€” the MP3 gets downloaded, uploaded, and shared.

๐ŸŽฏ Use Cases


๐Ÿ›  Tech Stack


๐Ÿ” Notes on Security


๐Ÿ”— API Reference


๐Ÿ“ฆ Tags

spotify mp3 google-drive automation rapidapi n8n music


๐Ÿ”— Nodes Used

HTTP Request, Google Drive, n8n Form Trigger

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup