Google Drive transfer Data

My workflow is failing in the data transfer between two Google Drive nodes (Search $\to$ Download), and I need you to restart my execution instance because it appears to be a cache error or a broken context.

Try these quick fixes: clear your browser cache, restart your N8n instance (if self-hosted), or check if the Search node is actually outputting file IDs correctly that the Download node expects. Make sure you are mapping the right fields between nodes. If it still fails, check the error message details—often it is a permission issue or incorrect file reference rather than cache.

I applied this recommendation and continues with the same error

Check if the Search node returns the file in the correct format. The Download node needs a proper file ID or webViewLink from the Search output. Use an expression like {{ $json.id }} to pass the file ID.

Also verify your Google Drive credentials have download permissions. If files are in shared drives, ensure your OAuth scope includes shared drive access. Test by manually grabbing a known file ID and hardcoding it in Download to isolate whether Search output or Download input is broken.