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:
Consider improving and broadening the question to find a better solution together.
– Andre Mesquita
https://stackoverflow.com/questions/18800665/how-to-enable-monetization-for-videos-uploaded-with-youtube-data-api-v3
– Andre Mesquita