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.
Bilibili Video Downloader with Google Drive Upload & Email Notification Automate downloading of Bilibili videos via the [Bilibili Video Downloader API (RapidAPI)](https://rapidapi.com/skdeveloper/a...
n8n-nodes-base.formtrigger, n8n-nodes-base.googledrive, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.emailsend, n8n-nodes-base.wait, 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 downloading of Bilibili videos via the Bilibili Video Downloader API (RapidAPI), upload them to Google Drive, and notify users by email β all using n8n workflow automation.
This n8n automation allows users to:
| Node | Function |
|---|---|
| On form submission | Triggers when a user submits the Bilibili video URL through the form. |
| Fetch Bilibili Video Info from API | Sends the video URL to the Bilibili Video Downloader API (RapidAPI) to retrieve download info. |
| Check API Response Status | Validates that the API returned a 200 success status before proceeding. |
| Download Video File | Downloads the actual video from the provided resource URL. |
| Upload Video to Google Drive | Uploads the downloaded video file to the userβs connected Google Drive. |
| Google Drive Set Permission | Sets sharing permissions to make the uploaded video publicly accessible. |
| Success Notification Email with Drive Link | Sends the Google Drive link to the user via email upon successful upload. |
| Processing Delay | Adds a delay before executing error handling if something fails. |
| Failure Notification Email | Sends an error notification to the user if download/upload fails. |
To use the Bilibili Video Downloader API (RapidAPI):
Example header:
{
"x-rapidapi-host": "bilibili-video-downloader.p.rapidapi.com",
"x-rapidapi-key": "your-rapidapi-key-here"
}
This automation is ideal for:
β No manual downloads β fully automated. β Secure cloud storage via Google Drive. β Instant user notification on success or failure. β Scalable for multiple users or URLs. β Powered by the reliable Bilibili Video Downloader API (RapidAPI).
With this n8n workflow, you can seamlessly integrate the Bilibili Video Downloader API (RapidAPI) into your automation stack β enabling effortless video downloading, Google Drive uploading, and user notifications in one unified system.
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 | Bilibili video downloader with Google Drive upload & email notification |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | File Management |
| Author | Sk developer |
| Published | 29 Oct 2025 |
Use the JSON export at /data/workflows/10265/10265.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.
Bilibili Video Downloader with Google Drive Upload & Email Notification Automate downloading of Bilibili videos via the [Bilibili Video Downloader API (RapidAPI)](https://rapidapi.com/skdeveloper/a...
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.