This workflow follows the Google Drive → HTTP Request recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "3D Listing \u2014 covers (all formats)",
"nodes": [
{
"parameters": {},
"id": "b1000000-0000-0000-0000-000000000001",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-360,
200
]
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "c1",
"name": "object_hint",
"value": "the dark object attached to the ceiling near the sun visor",
"type": "string"
},
{
"id": "c2",
"name": "fill",
"value": "0.5",
"type": "string"
},
{
"id": "c3",
"name": "heading",
"value": "Renault Espace 5 2015-2023",
"type": "string"
},
{
"id": "c4",
"name": "caption",
"value": "Glasses holder, print-in-place, no supports",
"type": "string"
},
{
"id": "c5",
"name": "vignette",
"value": "0.35",
"type": "string"
},
{
"id": "c6",
"name": "slug",
"value": "glasses-holder-espace5",
"type": "string"
}
]
},
"options": {}
},
"id": "b1000000-0000-0000-0000-000000000002",
"name": "Set config",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
-180,
200
]
},
{
"parameters": {
"resource": "fileFolder",
"searchMethod": "query",
"queryString": "'1r-mlclBjX39BcAhZdsYJkC3JcNRfjxJZ' in parents and mimeType contains 'image/' and trashed = false",
"returnAll": true,
"options": {}
},
"id": "b1000000-0000-0000-0000-000000000003",
"name": "List raw photos",
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
0,
200
],
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "download",
"fileId": {
"__rl": true,
"value": "={{ $json.id }}",
"mode": "id"
},
"options": {}
},
"id": "b1000000-0000-0000-0000-000000000004",
"name": "Download photo",
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
200,
200
],
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"method": "POST",
"url": "http://image-worker:8000/process-image",
"sendBody": true,
"contentType": "multipart-form-data",
"bodyParameters": {
"parameters": [
{
"parameterType": "formBinaryData",
"name": "file",
"inputDataFieldName": "data"
},
{
"parameterType": "formData",
"name": "preset",
"value": "cults3d_cover"
},
{
"parameterType": "formData",
"name": "object",
"value": "={{ $('Set config').item.json.object_hint }}"
},
{
"parameterType": "formData",
"name": "fill",
"value": "={{ $('Set config').item.json.fill }}"
},
{
"parameterType": "formData",
"name": "vignette",
"value": "={{ $('Set config').item.json.vignette }}"
},
{
"parameterType": "formData",
"name": "heading",
"value": "={{ $('Set config').item.json.heading }}"
},
{
"parameterType": "formData",
"name": "caption",
"value": "={{ $('Set config').item.json.caption }}"
}
]
},
"options": {
"response": {
"response": {
"responseFormat": "file",
"outputPropertyName": "data"
}
}
}
},
"id": "b1000000-0000-0000-0000-000000000010",
"name": "img cults 1x1",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
420,
40
]
},
{
"parameters": {
"method": "POST",
"url": "http://image-worker:8000/process-image",
"sendBody": true,
"contentType": "multipart-form-data",
"bodyParameters": {
"parameters": [
{
"parameterType": "formBinaryData",
"name": "file",
"inputDataFieldName": "data"
},
{
"parameterType": "formData",
"name": "preset",
"value": "makerworld_4x3"
},
{
"parameterType": "formData",
"name": "object",
"value": "={{ $('Set config').item.json.object_hint }}"
},
{
"parameterType": "formData",
"name": "fill",
"value": "={{ $('Set config').item.json.fill }}"
},
{
"parameterType": "formData",
"name": "vignette",
"value": "={{ $('Set config').item.json.vignette }}"
},
{
"parameterType": "formData",
"name": "heading",
"value": "={{ $('Set config').item.json.heading }}"
},
{
"parameterType": "formData",
"name": "caption",
"value": "={{ $('Set config').item.json.caption }}"
}
]
},
"options": {
"response": {
"response": {
"responseFormat": "file",
"outputPropertyName": "data"
}
}
}
},
"id": "b1000000-0000-0000-0000-000000000011",
"name": "img mw 4x3",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
420,
200
]
},
{
"parameters": {
"method": "POST",
"url": "http://image-worker:8000/process-image",
"sendBody": true,
"contentType": "multipart-form-data",
"bodyParameters": {
"parameters": [
{
"parameterType": "formBinaryData",
"name": "file",
"inputDataFieldName": "data"
},
{
"parameterType": "formData",
"name": "preset",
"value": "makerworld_3x4"
},
{
"parameterType": "formData",
"name": "object",
"value": "={{ $('Set config').item.json.object_hint }}"
},
{
"parameterType": "formData",
"name": "fill",
"value": "={{ $('Set config').item.json.fill }}"
},
{
"parameterType": "formData",
"name": "vignette",
"value": "={{ $('Set config').item.json.vignette }}"
},
{
"parameterType": "formData",
"name": "heading",
"value": "={{ $('Set config').item.json.heading }}"
},
{
"parameterType": "formData",
"name": "caption",
"value": "={{ $('Set config').item.json.caption }}"
}
]
},
"options": {
"response": {
"response": {
"responseFormat": "file",
"outputPropertyName": "data"
}
}
}
},
"id": "b1000000-0000-0000-0000-000000000012",
"name": "img mw 3x4",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
420,
360
]
},
{
"parameters": {
"name": "={{ $('Set config').item.json.slug }}-cults-1x1-{{ $('Download photo').item.json.name }}",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"folderId": {
"__rl": true,
"mode": "id",
"value": "1WmIimUMo4-pfeHar3sXMZD1WwsxX8GJA"
},
"options": {}
},
"id": "b1000000-0000-0000-0000-000000000020",
"name": "Upload cults",
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
640,
40
],
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"name": "={{ $('Set config').item.json.slug }}-mw-4x3-{{ $('Download photo').item.json.name }}",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"folderId": {
"__rl": true,
"mode": "id",
"value": "1WmIimUMo4-pfeHar3sXMZD1WwsxX8GJA"
},
"options": {}
},
"id": "b1000000-0000-0000-0000-000000000021",
"name": "Upload mw 4x3",
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
640,
200
],
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"name": "={{ $('Set config').item.json.slug }}-mw-3x4-{{ $('Download photo').item.json.name }}",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"folderId": {
"__rl": true,
"mode": "id",
"value": "1WmIimUMo4-pfeHar3sXMZD1WwsxX8GJA"
},
"options": {}
},
"id": "b1000000-0000-0000-0000-000000000022",
"name": "Upload mw 3x4",
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
640,
360
],
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Set config",
"type": "main",
"index": 0
}
]
]
},
"Set config": {
"main": [
[
{
"node": "List raw photos",
"type": "main",
"index": 0
}
]
]
},
"List raw photos": {
"main": [
[
{
"node": "Download photo",
"type": "main",
"index": 0
}
]
]
},
"Download photo": {
"main": [
[
{
"node": "img cults 1x1",
"type": "main",
"index": 0
},
{
"node": "img mw 4x3",
"type": "main",
"index": 0
},
{
"node": "img mw 3x4",
"type": "main",
"index": 0
}
]
]
},
"img cults 1x1": {
"main": [
[
{
"node": "Upload cults",
"type": "main",
"index": 0
}
]
]
},
"img mw 4x3": {
"main": [
[
{
"node": "Upload mw 4x3",
"type": "main",
"index": 0
}
]
]
},
"img mw 3x4": {
"main": [
[
{
"node": "Upload mw 3x4",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googleDriveOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
3D Listing — covers (all formats). Uses googleDrive, httpRequest. Event-driven trigger; 10 nodes.
Source: https://gist.github.com/discourse-monger/c1fe83617dd4be1a1dce4690c5da6009 — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow manually processes car photos from Google Drive, sends each image plus a studio backdrop and logo to the Google Gemini Image API for background replacement and license-plate branding, an
3D Listing — covers (platforms split). Uses googleDrive, httpRequest. Event-driven trigger; 12 nodes.
This workflow runs manually or daily to audit a public Etsy shop via the Etsy API, summarize active listing metrics, and store a snapshot in n8n to detect newly added or removed listings between runs.
This workflow runs on a schedule (or manually) to fetch public Etsy listing details in a single batch request, stores a baseline snapshot in n8n, and alerts you when listing prices change beyond a con
This automation organizes your n8n workflows files into categorizes (Active, Template, Done, Archived) and uploads them directly to a categorized Google Drive folders. It is designed to help users man