How to upload large videos to Google Drive withou timeout or erros?

I’m having trouble uploading videos larger than 10MB using the Google Drive node. In my automation, I fetch files from ClickUp and upload them to Drive. Images upload just fine, but only smaller videos are uploaded successfully. I tried separating the paths for photos and videos, splitting the videos (binary) into chunks, and uploading them via the HTTP Request node to the Google Resumable API, but the upload never worked. It always throws an error or times out. How can I solve this within the workflow itself?

What is the error message (if any)?

Timeout or the flow just stops suddenly

``


## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->

## 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:**

Hello @Lucas_tk1,

10mb for one single video or is the sum of multiple video?

Hello @Gallo_AIA!

more then 50mb for one single video. I’ve tried to split the file using Google Resumable API, but can’t get any part of that uploaded.

I had done some research to help you with your problem and I wanted to propose Google Resumable but at this point it is not a solution.

Have you tried other avenues or options? So we avoid overlaps and repetitions