Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
269 views

Reporting a YouTube Video through API from Desktop Application

I am currently working on a desktop application that requires the ability to report inappropriate YouTube videos using the YouTube API. Although I have reviewed the YouTube API documentation, I'm ...
Ahmed's user avatar
  • 33
1 vote
0 answers
71 views

Does naming properties with trailing double underscores have a meaning in C#?

The Thumbnail class of the YouTube v3 API has a member named Default__ member. Its name has a double trailing underscore __ at the end. Is this a naming convention? I haven't found any documentation ...
Amessihel's user avatar
  • 6,206
0 votes
1 answer
115 views

Youtube Pubsub Validate signature

I am creating an open Source Project which uses the youtube pubsub api to get notifications on video uploads. I want to verify that the request does come from youtube and not from a 3rd Party by ...
BrainyXS's user avatar
  • 116
0 votes
0 answers
419 views

How to upload video to youtube with chunked stream using data api

First let me explain my goal, I am downloading a video as stream from different sources like Local, S3, Drive or Mega also with buffer and stream i want to upload that video with chunk of 256KB which ...
quvazzar's user avatar
0 votes
0 answers
73 views

Why do some Youtube Videos dont have proper fileDetails in Youtube Data API V3?

I have a Software which should upload videos to my Youtube-Profile. The process is: Retrieve Uploaded Videos and extract Filenames Check Filenames to the one of the video to be uploaded If Video is ...
Snickbrack's user avatar
  • 1,361
0 votes
0 answers
56 views

Youtube V3 API - Retrieving content details part of channel resource results in 'operation is not valid due to the current state of the object'

I'm using the Youtube V3 API nuget package for C#, and I am experiencing a JSON issue when Retrieving the contentDetails part of the channel resource. Is there currently a bug in the API causing ...
Jason De Jesuz's user avatar
1 vote
2 answers
2k views

YouTube API - The API Key and the authentication credential are from different projects

I am trying to get videos from youtube with my C# application, with "https://youtube.googleapis.com/youtube/v3/search?forMine=true&order=date&type=video&part=snippet&key={key}&...
Gabor85's user avatar
  • 115
0 votes
1 answer
667 views

How to get video status using YouTube Data API with C#

I have tried code in 3 days for get video status info in my YouTube channel, but did not succeed. Below is the code I used, I can writeln() the title, id, description of the video, but cannot get the ...
Duy Nguyen's user avatar
4 votes
1 answer
1k views

Upload video to YouTube - Exceeded Quota error

I'm trying to develop an app that uploads a video to YouTube. Whenever I try to call the upload routine, i'm getting an error stating I have exceeded my Quota. But in the Quota usage screens it says ...
Harvey Toadface's user avatar
0 votes
1 answer
533 views

How can I delete duplicate video from a Youtube Playlist by its playlist ID?

private static void RemoveVideo(YouTubeService youTubeService, string playlistId, string videoId) { // Find the matching video item var videos = youTubeService.PlaylistItems.List("snippet&...
Duy Nguyen's user avatar
0 votes
3 answers
2k views

Where/How to store or generate the Client Secrets?

I am using C# .NET with the YouTubeAPI-Nuget Package. The project is a Desktop application (Avalonia) and I need access to the YouTube channel of the User (to change for example Video Titles). I don't ...
Swerik's user avatar
  • 41
0 votes
1 answer
300 views

YouTube API "Queries per day" exceed in about 3 hours

I created a program that uploads videos to YouTube using the YouTube Data API. My program's flow is: Login google account in google page using the URL https://accounts.google.com/o/oauth2/v2/auth?...
Xatrix's user avatar
  • 3
0 votes
0 answers
66 views

Xamarin forms youtube subscription button?

I am using YouTube DataAPI v3 to make subscription button for YouTube channels and I made the user to make sign-in first with google account and I got success at that Code void login() { clientId =...
Emad Younan's user avatar
-1 votes
1 answer
238 views

Ignore playlists for YouTube API V3

I have a C# application I wrote that loops thru certain youtubers and retrieves video information from them. All I care about is the videos themselves. I recently ran into a problem where someone ...
Joseline Riker's user avatar
1 vote
1 answer
504 views

How to Access private listed video from YouTube to my website using C#

I want to access YouTube private listed videos from my YouTube account, using my API key. I am getting publicly listed video using the API key, but I am stuck trying to get a list of privately listed ...
sachin K's user avatar

15 30 50 per page
1
2 3 4 5
11