youtubeuploader | Scripted uploads to Youtube | Video Utils library
kandi X-RAY | youtubeuploader Summary
kandi X-RAY | youtubeuploader Summary
Scripted uploads to Youtube
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of youtubeuploader
youtubeuploader Key Features
youtubeuploader Examples and Code Snippets
Community Discussions
Trending Discussions on youtubeuploader
QUESTION
I am using YouTube API v3 to upload videos to YouTube. I am currently able to upload a video, updating the title and description, but something very important to me is unchecking (boolean false) the NotifySubscribers property.
I have been able to find documentation here and here, but without any implementation examples, I am feeling pretty lost.
The following is the code I currently have that is able to upload successfully, without setting NotifySubscribers to false:
...ANSWER
Answered 2017-Feb-17 at 03:20It turns out this is not possible with the current Google.Apis.YouTube.v3 NuGet Package (1.21.0.760). It looks like they left many methods out of the .dll, which results in very limited functionality. To get around this, I took the code from this GitHub repository and put it in its own .cs file. I was then able to call all methods in this file. Once this was done, all I had to do to change this setting was the following:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install youtubeuploader
If you do not have access to a web browser on the host where youtubeuploader is installed, you may follow this oauth setup method instead:. (subsequent invocations of youtubeuploader do not require the -headlessAuth parameter).
Create an account on the Google Developers Console
Register a new app there
Enable the Youtube API (APIs & Auth -> APIs)
Go to the YouTube API's Credentials section, click "Create credentials" of type "OAuth client ID", select Application Type 'Other' and name it something like "youtubeuploader"; once created click the download (JSON) button in the list and saving it as client_secrets.json in the youtubeuploader directory
Run youtubeuploader for the first time, passing the -headlessAuth parameter
Copy-and-paste the URL displayed and open that in a browser
Copy the resulting authorisation code and paste that into the youtubeuploader prompt: "Enter authorisation code here:"
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page