File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed
Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ For Security Reasons we will summuray the n8n template code into text as follow:
2+ ** Workflow Summary:**
3+ ** Additional Processing:**
4+ - ** Sticky Note** (n8n-nodes-base.stickyNote)
5+ Details:
6+ - ** Content** :
7+ ``` plaintext
8+ ## Example Output:
9+ ```JSON
10+ {
11+ "link": "https://drive.google.com/u/3/uc?id=1hojqPfXchNTY8YRTNkxSo-8txK9re-V4&export=download&confirm=t&authuser=0",
12+ "name": "firefox_rNjA0ybKu7.png",
13+ "kind": "drive#permission",
14+ "id": "anyoneWithLink",
15+ "type": "anyone",
16+ "role": "reader",
17+ "allowFileDiscovery": false
18+ }
19+ ```
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+ ### You can store the output data with any data store node you want
31+ ### for example save them into Excel Sheet or Airtable etc...
32+ ```
33+ - **Manual Execute Workflow** (n8n-nodes-base.manualTrigger)
34+ Details:
35+ - **Notes**: ```plaintext
36+ Optional```
37+ - **Set Folder ID** (n8n-nodes-base.set)
38+ Details:
39+ - **Notes**: ```plaintext
40+ Enter desired Folder```
41+ - **Google Drive** (n8n-nodes-base.googleDrive)
42+ - **Loop Over Items** (n8n-nodes-base.splitInBatches)
43+ - **Change Status** (n8n-nodes-base.googleDrive)
44+ Details:
45+ - **Notes**: ```plaintext
46+ Make Files Public to anyone with a link```
47+ - **Generate Download Links** (n8n-nodes-base.code)
48+ - **Merge** (n8n-nodes-base.merge)
49+ - **Replace Me** (n8n-nodes-base.noOp)
You can’t perform that action at this time.
0 commit comments