YouTube (upload)
Author: | ethermammoth |
Date: | 29 Mar, 2013 |
Category: | plugin |
Credits: | Credits go to the youtube documentation. |
Download
Description
Upload videos asynchronously to YouTube. (only one file at a time implemented..)
Comments
Comments are no longer accepted.Please create a new topic in the vvvv beta forum to discuss this contribution.
Thank you for this useful plugin.
It would be great if you could add the third privacy state "unlisted" !?
Markus
hi,
"Unlisted" and new functionalities come with the Google.Apis.YouTube.v3 using Oauth 2.0 (with Client ID, Client Secret...)
Console Application sample here:
https://github.com/youtube/api-samples/tree/master/dotnet
tested and works fine after updating the Microsoft.Bcl nuget but not the skills to port this to vvvv
oops works fine with the v2 too! even if Google doesn't recommend the Client login way
http://apiblog.youtube.com/2012/02/video-uploads-from-your-sites-community.html
Looks like this needs a another update to work with YouTube Data API (v3).