Google Drive File Link Generator
detail.loadingPreview
Generates publicly shareable links for files in a Google Drive folder.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow allows you to automatically generate publicly accessible download links for files stored within a specified Google Drive folder. It fetches files, creates shareable links, and optionally makes them public.
Key Features
- Fetches files from a designated Google Drive folder.
- Generates unique, shareable download links for each file.
- Optionally sets file permissions to 'anyone with the link' for public access.
- Provides a flexible integration point for further processing or storage of generated links.
How To Use
- Configure Google Drive Credentials: Set up your Google Drive OAuth2 credentials in n8n.
- Set Folder ID: Input the ID of the Google Drive folder you want to process.
- Execute Workflow: Run the workflow manually or via a trigger.
- Retrieve Links: The output will contain a list of JSON objects, each with a
linkandnameproperty for the generated file links.
Apps Used
Workflow JSON
{
"id": "e87320cf-efef-4c70-8e15-483d30fb6c67",
"name": "Google Drive File Link Generator",
"nodes": 0,
"category": "File Management",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: e87320cf-efef...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Password Protect PDF
Download a PDF, protect it with a password, and save it to Google Drive.
Deduplicate Google Drive Files
Removes duplicate files from a Google Drive folder based on MD5 checksum.
Create Google Drive Folders by Path
Creates nested Google Drive folders from a path string and returns the ID of the final folder.
Read and Process Images
Reads all JPG images from a specified directory and prepares them for further processing.
Community AI File Organizer
Organizes files into subdirectories using AI suggestions based on file content and existing folder structure.
Sync New Files From Google Drive with Airtable
Automatically sync new files from Google Drive to Airtable and share them via email.