Kendi yazdıgım upload botunda api hatası alıyorum anlayan varsa ucretli ucretsiz yardımlarını bekliyorum
Gdata client hatası
Gdata client hatası
Kod:
YouTubeRequestSettings settings = new YouTubeRequestSettings(ApplicationName, devkey, username, password) { Timeout = -1 };
YouTubeRequest request = new YouTubeRequest(settings);
Video newVideo = new Video();
newVideo.Title = Title;
newVideo.Keywords = Etiket;
newVideo.Tags.Add(new MediaCategory(Kategori, YouTubeNameTable.CategorySchema));
newVideo.Description = Description;
newVideo.YouTubeEntry.Private = false;
newVideo.YouTubeEntry.MediaSource = new MediaFileSource(FilePath, "video/avi");
Video createdVideo =request.Upload(newVideo);
Son düzenleme: