I'm unable to access folders in google sheets

Describe the problem/error/question

I’m unable to access folders in google sheets.

What is the error message (if any)?

The workflow has issues and cannot be executed for that reason. Please fix them first.

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”: {},
“type”: “n8n-nodes-base.manualTrigger”,
“typeVersion”: 1,
“position”: [
-560,
-280
],
“id”: “ce7212cc-6da0-4b97-bdd9-67af3133ba1c”,
“name”: “When clicking ‘Test workflow’”
},
{
“parameters”: {
“operation”: “update”,
“documentId”: {
“__rl”: true,
“mode”: “list”,
“value”: “”
},
“sheetName”: {
“__rl”: true,
“mode”: “list”,
“value”: “”
}
},
“type”: “n8n-nodes-base.googleSheets”,
“typeVersion”: 4.5,
“position”: [
-340,
-280
],
“id”: “ef17a3a3-fb8d-4e5f-97a0-14e02d57aaf1”,
“name”: “Google Sheets”,
“credentials”: {
“googleSheetsOAuth2Api”: {
“id”: “fHCJ3TOgm18Ief8M”,
“name”: “ilayaraja”
}
}
}
],
“connections”: {
“When clicking ‘Test workflow’”: {
“main”: [
[
{
“node”: “Google Sheets”,
“type”: “main”,
“index”: 0
}
]
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “76f01e2cfceaff6702103936fcaab7c82b74ef244c10f461ca5df59e6095398c”
}
}

Share the output returned by the last node

Information on your n8n setup

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

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • n8n version: 1.76.1
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): i start n8n using “npx n8n”
  • Operating system: windows 10

hi

Can you share a bit more detail here, what is the issue you’re experiencing? Havey you tried reconfiguring the credentials?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.