0

Youtube videos can be uploaded by console with youtube data api v3. (they only let you upload 6 videos per day).

Manually 15 videos at a time can be uploaded on youtube through web application.

Is there any javascript code that will let me upload video from a folder and it will upload automatically all videos in my that folder. I will run that code on Browser's console tab or operating system (Node.js).

esqew
  • 42,425
  • 27
  • 92
  • 132
Shezan
  • 277
  • 2
  • 8

1 Answers1

1

According to this answer, you could try to request a quota extension.

Searched on npm and found this among others.

Benjamin Loison
  • 3,782
  • 4
  • 16
  • 33
Kevin Loo
  • 31
  • 4