Set to active production but no execution is running

Describe the problem/error/question

When I set to active production, no execution is running at all. Do you know why this is behavior is occuring? If I run with test execution, it has no problem to work.

Current n8n container ENV settings:

What is the error message (if any)?

No error.

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

{
“nodes”: [
{
“parameters”: {
“pollTimes”: {
“item”: [
{
“mode”: “everyMinute”
}
]
},
“triggerOn”: “specificFolder”,
“folderToWatch”: {
“__rl”: true,
“value”: “1j0DU7ZRmTJbD6OIN1ymktbZg4awEGB-d”,
“mode”: “list”,
“cachedResultName”: “n8n-test-ground-image”,
“cachedResultUrl”: “https://drive.google.com/drive/folders/1j0DU7ZRmTJbD6OIN1ymktbZg4awEGB-d
},
“event”: “fileCreated”,
“options”: {}
},
“type”: “n8n-nodes-base.googleDriveTrigger”,
“typeVersion”: 1,
“position”: [
0,
0
],
“id”: “a9e82b49-de91-4043-b796-92ed15e1c8b8”,
“name”: “Google Drive Trigger1”,
“credentials”: {
“googleDriveOAuth2Api”: {
“id”: “DFRYP43dMpEE2uzO”,
“name”: “Google Drive account deyuan.n8n”
}
}
},
{
“parameters”: {
“operation”: “download”,
“fileId”: {
“__rl”: true,
“value”: “={{ $json.id }}”,
“mode”: “id”
},
“options”: {}
},
“type”: “n8n-nodes-base.googleDrive”,
“typeVersion”: 3,
“position”: [
260,
0
],
“id”: “d41a0102-c0f3-48d1-9aed-fb84495745ab”,
“name”: “Google Drive2”,
“credentials”: {
“googleDriveOAuth2Api”: {
“id”: “DFRYP43dMpEE2uzO”,
“name”: “Google Drive account deyuan.n8n”
}
}
}
],
“connections”: {
“Google Drive Trigger1”: {
“main”: [
[
{
“node”: “Google Drive2”,
“type”: “main”,
“index”: 0
}
]
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “64be1de1613e8bf1c9097ef0bb343c9249b9ed63143089eef9344517aac37453”
}
}

Share the output returned by the last node

Information on your n8n setup

  • n8n version: Latest
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker self hosted
  • Operating system: Windows

Did you actually upload file and wait for one minute?

Can not tell from your description

Hi @darrell_tw, yes I have uploaded files and waited for more than a minute. If I run a manual execution, this shall be the result.

I cannot seem to figure out this odd behavior. Do my google auth in the google console need to be set to production mode instead of test?

Would just like to update everyone here who faced the same issue as me with google drive. I noticed that using google drive with on changes every 1 min for example doesn’t work in production mode. My workaround way is to set a schedule trigger and then just use search drive and download drive.