plugin
Credits: Credits go to the youtube documentation.
Upload videos asynchronously to YouTube.
(only one file at a time implemented..)
Older Revisions
anonymous user login
~22h ago
~2d ago
~6d ago
~6d ago
~13d ago
~20d ago
~20d ago
~20d ago
~1mth ago
~2mth ago
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).