Problem in node Google Drive ‘Copy file‘, Forbidden - perhaps check your credentials? The user's Drive storage quota has been exceeded

My question :backhand_index_pointing_down: :backhand_index_pointing_down:

Hi all,

I’m using n8n with the Google Drive “Copy File” node.
The workflow fails with this error:

403: The user’s Drive storage quota has been exceeded.

But I’ve already checked—my Google Drive storage is not full at all (still lots of free space).
Other Google Drive nodes like upload and download work fine, only the copy file node returns this error.

  • I’m using a service account
  • The target folder and template file are both accessible and owned/shared to the same account
  • Trash is empty, quota is fine, permissions seem correct

Has anyone experienced this before?
What could cause this quota error, and how can I fix it?
Any ideas or troubleshooting steps would be greatly appreciated!

Thank you!

What is the error message :backhand_index_pointing_down: :backhand_index_pointing_down:

{
“errorMessage”: “Forbidden - perhaps check your credentials?”,
“errorDescription”: “The user’s Drive storage quota has been exceeded.”,
“errorDetails”: {
“rawErrorMessage”: [
“Request failed with status code 403”
],
“httpCode”: “403”,
“errorData”: {
“error”: {
“code”: 403,
“message”: “The user’s Drive storage quota has been exceeded.”,
“errors”: [
{
“message”: “The user’s Drive storage quota has been exceeded.”,
“domain”: “usageLimits”,
“reason”: “storageQuotaExceeded”
}
]
}
}
},
“n8nDetails”: {
“nodeName”: “Copy file”,
“nodeType”: “n8n-nodes-base.googleDrive”,
“nodeVersion”: 3,
“resource”: “file”,
“operation”: “copy”,
“time”: “7/26/2025, 10:59:34 AM”,
“n8nVersion”: “1.99.1 (Self Hosted)”,
“binaryDataMode”: “default”,
“stackTrace”: [
“NodeApiError: Forbidden - perhaps check your credentials?”,
" at ExecuteContext.googleApiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_12b981d6b49d407a163f4d5244314033/node_modules/n8n-nodes-base/nodes/Google/Drive/v2/transport/index.ts:65:9)“,
" at processTicksAndRejections (node:internal/process/task_queues:105:5)”,
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_12b981d6b49d407a163f4d5244314033/node_modules/n8n-nodes-base/nodes/Google/Drive/v2/actions/file/copy.operation.ts:123:19)“,
" at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_12b981d6b49d407a163f4d5244314033/node_modules/n8n-nodes-base/nodes/Google/Drive/v2/actions/router.ts:29:26)”,
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_12b981d6b49d407a163f4d5244314033/node_modules/n8n-nodes-base/nodes/Google/Drive/v2/GoogleDriveV2.node.ts:25:10)“,
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1187:9)”,
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1536:27",
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2100:11"
]
}
}

My workflow :backhand_index_pointing_down: :backhand_index_pointing_down:

Information on my n8n setup :backhand_index_pointing_down: :backhand_index_pointing_down:

  • n8n version: 1.99.1
  • Database : SQLite
  • n8n EXECUTIONS_PROCESS setting: own
  • Running n8n via : Docker
  • Operating system: Debian

Hi there,
You can try to re-authenticate in the drive node at Credential to connect with.
Go in the edit and reconnect it.
This may solve your problem.

hi @Govind_Singh
Thanks for the advice.

Unfortunately, it still not work for me. (Just for copy node)

Even I already upgrade n8n version, its still same.

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