Google Drive Upload Node failed to upload in Drive

Hi everyone,

I’m trying to upload an audio file (MP3) generated by OpenAI’s TTS to Google Drive using n8n. The Google Drive Upload node executes successfully, but the file does not appear in my Drive.

I try with create file from text input it works, but with data from TTS Nothing happens !

Information on your n8n setup

  • **n8n version: 1.84.3
  • **Database (default: SQLite): PostgreSQL 16
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker , redis and worker (Render)
  • **Operating system: Docker Ubuntu

Hello and welcome to the Community!

Tried to reproduce and succeeded (with a random mp3 file).
You are saying that the node executes with no errors reported but the file doesn’t appear at destination?
(1) Try refreshing the Drive folder view.
(2) Use folder id instead of From list (it can be different test folder on your drive)

If the above resolves your question, please mark this post as a :white_check_mark: Solution.

Also please post interactive workflows with pinned data. Worth 100s of screenshots. Here is how:

Thanks, it finally works! I just added a trigger because I was getting this message: “Problem running workflow: Connect a trigger to run this node.”

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