Merged
Size
S
Change Breakdown
Bug Fix80%
Config20%
#28300:rocket: Release 2.15.1

Google Drive pagination loop fixed

N8
n8n-assistant
·Apr 10, 2026

n8n workflows using Google Drive should stop getting stuck in infinite loops, thanks to a patch resolving pagination in the v1 API integration.

The Google Drive Node in n8n could trap workflows in infinite pagination loops when making v1 API requests. When workflows attempted to sync or list files from Google Drive, the pagination logic would never terminate — leaving workflows running indefinitely or timing out with no results.

The fix corrects how pagination tokens are handled in the node's API request loop, ensuring workflows progress through results correctly and complete as expected.

This matters for any automation relying on Google Drive integrations: file sync pipelines, backup workflows, or document processing chains can now run to completion without getting stuck. The change applies to n8n's base nodes package.

View Original GitHub Description

2.15.1 (2026-04-10)

Bug Fixes

  • Google Drive Node: Fix infinite pagination loop in v1 API request (#28268) (4d91dff)
© 2026 · via Gitpulse