API call to youtube.videos.insert failed with error: The request metadata specifies an invalid or empty video title
Status: Closed · Asked by David1200 on · 0 views
Hello, i am trying to upload on Youtube, but often, it is failed. I have this message : API call to youtube.videos.insert failed with error: The request metadata specifies an invalid or empty video title.
when i check data in, there is title, video url works correctly.
what do you think? Could you please help me
Hey @David1200
It appears from your workflow, you are passing the video URL which is not publicly accessible and is not in the correct format.
So, please check the video URL once and then try again.

Task History ID -
IjU3NmMwNTZlMDYzMTA0MzM1MjY4NTUzMTUxMzU1MTYxNTQzNCI_3D_pc
Executed at
May 01, 2024 18:08:26, (UTC+00:00) America/Danmarkshavn
Error code 400
Data In : Success
but in Data Out (Failed: The response received from the YouTube app is shown below:) it gives error as,
The request metadata specifies an invalid or empty video title.
I have tried Video URL of a Public video, Unlisted Video but still facing same error
WHAT TO DO ????????
Hey @OTechnical
From the task history ID, it seems that the video title you've provided exceeds the 100-character limit by 152 characters, leading to an error in your YouTube action step. We suggest trimming the title to 100 characters or less.


Hey @OTechnicalFrom the task history ID, it seems that the video title you've provided exceeds the 100-character limit by 152 characters, leading to an error in your YouTube action step. We suggest trimming the title to 100 characters or less.
Solved the issue with your suggestions
Solved the issue with your suggestions
Thanks for the update!