nel vda
nel vda

Reputation: 11

Youtube API private locks my Shorts videos

I have set up my YouTube API and I can post regular videos without them getting private. But when I put #Shorts in the title it gets locked as private. It is not copyright claimed. I know that this is propably because of the youtube API not allowing my video to post. My question is what do I have to do so that I can upload Shorts using the yt API.

Upvotes: 0

Views: 312

Answers (1)

Linda Lawton - DaImTo
Linda Lawton - DaImTo

Reputation: 116869

If you check the documentation for video.insert you will find the cause of your issue

enter image description here

your app needs to be verified before you can upload videos and have them set to public. This issue is unrelated to the fact that its shorts.

Upvotes: 0

Related Questions