## Describe the problem/error/question
- After setting up the credentials for Google Docs node, and using Google Consol to allow access to n8n.cloud, and installing Google Drive API and Google Docs API, the issue seems to be erroring on the folder. If you select a shared drive, you can do it with a drop down, but then if you go to select a folder, the drop-down doesn’t appear, so you have to input the ID, but when inputted, an error message shows.
If you remove the folder name/id, it will create a google doc, but it will not save it into the Drive selected, but instead go straight into your personal drive, but create it circa 50 times.
## What is the error message (if any)?
ERROR: The resource you are requesting could not be found
404 - {“error”:{“code”:404,“message”:“File not found: 1KvPx7zRNtOqsl4k-IawXQkCJmQV5gGTC.”,“errors”:[{“message”:“File not found: 1KvPx7zRNtOqsl4k-IawXQkCJmQV5gGTC.”,“domain”:“global”,“reason”:“notFound”,“location”:“fileId”,“locationType”:“parameter”}]}} - File not found: 1KvPx7zRNtOqsl4k-IawXQkCJmQV5gGTC.
Time
04/03/2024, 13:14:17
HTTP Code
404
Stack
NodeApiError: The resource you are requesting could not be found
at Object.googleApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Google/Docs/GenericFunctions.js:33:15)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Google/Docs/GoogleDocs.node.js:181:40)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:730:19)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:660:53
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1062:20
## Please share your workflow
## Information on your n8n setup
- n8n version: - 1.31.0
- Running n8n via (Docker, npm, n8n cloud, desktop app): - n8n cloud
- Operating system: - Windows 11