Skip to content

Security: Automations-Project/n8n-bulk-automated-google-drive-files-sharing-and-direct-download-link-generation

Security

security.md

For Security Reasons we will summuray the n8n template code into text as follow: Workflow Summary: Additional Processing:

  • Sticky Note (n8n-nodes-base.stickyNote) Details:
    • Content:
## Example Output:
```JSON
{
"link": "https://drive.google.com/u/3/uc?id=1hojqPfXchNTY8YRTNkxSo-8txK9re-V4&export=download&confirm=t&authuser=0",
"name": "firefox_rNjA0ybKu7.png",
"kind": "drive#permission",
"id": "anyoneWithLink",
"type": "anyone",
"role": "reader",
"allowFileDiscovery": false
}

You can store the output data with any data store node you want

for example save them into Excel Sheet or Airtable etc...

- **Manual Execute Workflow** (n8n-nodes-base.manualTrigger)
  Details:
    - **Notes**: ```plaintext
Optional``` 
- **Set Folder ID** (n8n-nodes-base.set)
  Details:
    - **Notes**: ```plaintext
Enter desired Folder``` 
- **Google Drive** (n8n-nodes-base.googleDrive)
- **Loop Over Items** (n8n-nodes-base.splitInBatches)
- **Change Status** (n8n-nodes-base.googleDrive)
  Details:
    - **Notes**: ```plaintext
Make Files Public to anyone with a link``` 
- **Generate Download Links** (n8n-nodes-base.code)
- **Merge** (n8n-nodes-base.merge)
- **Replace Me** (n8n-nodes-base.noOp)

There aren’t any published security advisories