When I want to write code with the YouTube API, I get these errors in namespace:
using Google.Apis.YouTube.v3;using Google.Apis.YouTube.v3.Data;
Error 1 The type or namespace name 'v3' does not exist in thenamespace 'Google.Apis.YouTube' (are you missing an assemblyreference?)
Error 2 The type or namespace name 'v3' does not exist in thenamespace 'Google.Apis.YouTube' (are you missing an assemblyreference?)
It seems these "v3" tags do not exist, so please help me.