Content ID and Policies for use with Youtube API [closed]

8

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

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

I would like to see how I could configure with .NET the information below:

    
asked by anonymous 05.09.2016 / 19:40

0 answers