Content ID and Usage Policies with Youtube API

Asked

Viewed 101 times

8

I’m trying to upload my videos on Youtube, with Usage Policy and Content Id Matching enabled. My project is on. NET with the Youtube API v3 library, but the library only allows the implementation below that is also not working.

video.MonetizationDetails = new VideoMonetizationDetails { Access = new AccessPolicy { Allowed = true } };

I would like to see how I could set up with . NET the information below: inserir a descrição da imagem aqui

  • Consider improving and broadening the question to find a better solution together.

  • https://stackoverflow.com/questions/18800665/how-to-enable-monetization-for-videos-uploaded-with-youtube-data-api-v3

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.