.NET client library with YouTube and MIME support for Picasa...

8 views
Skip to first unread message

Frank Mantek

unread,
May 21, 2008, 6:53:59 PM5/21/08
to Google-Pica...@googlegroups.com, youtu...@googlegroups.com, gdata-dotnet-...@googlegroups.com
If i send this twice, i apologize - but it does not seem to have left my inbox... 

We just put a new version of the .NET client libraries into the subversion depot, including documentation. This is not yet a full release (meaning no setup), but you can look at the documentation here:


There is full support for YouTube (although in terms of convenience accessors there is still work to be done) and support for Picasa to send metadata and the photo at the same time. 

To give you a taste, here are some code snippets:

            YouTubeService service = new YouTubeService("NETUnittests", this.ytClient, this.ytDevKey);
            service.Credentials = new GDataCredentials(this.ytUser, this.ytPwd);
       
            YouTubeEntry entry = new YouTubeEntry();

            entry.MediaSource = new MediaFileSource("test_movie.mov", "video/quicktime");
            entry.Media = new MediaGroup();
            entry.Media.Description = new MediaDescription("This is a test");
            entry.Media.Title = new MediaTitle("Sample upload");
            entry.Media.Keywords = new MediaKeywords("math");

            // entry.Media.Categories

            MediaCategory category = new MediaCategory("Nonprofit");
            category.Attributes["scheme"] = YouTubeService.DefaultCategory;

            entry.Media.Categories.Add(category);

            YouTubeEntry newEntry = service.Upload(this.ytUser, entry);

This would upload a video to your account... 

If you are willing to help test this, and we would really appreciate that, go here:


and download the subdirectory you are interested in. 


Regards 


Frank Mantek
Google       

Uday

unread,
Jun 16, 2008, 3:16:43 AM6/16/08
to Google Data APIs .NET Client Library
Where can I find every class and methods,members description ?

=Uday

On May 22, 3:53 am, Frank Mantek <fman...@gmail.com> wrote:
> If i send this twice, i apologize - but it does not seem to have left  
> my inbox...
>
> We just put a new version of the .NET client libraries into the  
> subversion depot, including documentation. This is not yet a full  
> release (meaning no setup), but you can look at the documentation here:
>
> http://google-gdata.googlecode.com/svn/trunk/clients/cs/docs/generate...
> http://code.google.com/p/google-gdata/source/browse/trunk/clients/cs/...

Frank Mantek

unread,
Jun 16, 2008, 3:59:15 AM6/16/08
to gdata-dotnet-...@googlegroups.com
In the CHM file that shipped with the installzip, and the online help:

http://google-gdata.googlecode.com/svn/trunk/clients/cs/docs/generated/content.html

Frank Mantek
Google

Uday

unread,
Jun 16, 2008, 4:30:17 AM6/16/08
to Google Data APIs .NET Client Library
Thanks.

On Jun 16, 12:59 pm, Frank Mantek <fman...@gmail.com> wrote:
> In the CHM file that shipped with the installzip, and the online help:
>
> http://google-gdata.googlecode.com/svn/trunk/clients/cs/docs/generate...
> >> Google- Hide quoted text -
>
> - Show quoted text -

Uday

unread,
Jun 17, 2008, 12:49:42 AM6/17/08
to Google Data APIs .NET Client Library
Is there any control developed for javascript and picassa web
alubum. ?
I have list of albums and want those albums clickable from my web
page, once i clicked on the web album, slide show should get started.
=Uday
> > - Show quoted text -- Hide quoted text -

Uday

unread,
Jun 18, 2008, 1:32:36 AM6/18/08
to Google Data APIs .NET Client Library
Can you please give information about how much is the upload limit
like number of photos, size of each photo, total space allotted to the
single account.

=Uday

On Jun 16, 12:59 pm, Frank Mantek <fman...@gmail.com> wrote:
> In the CHM file that shipped with the installzip, and the online help:
>
> http://google-gdata.googlecode.com/svn/trunk/clients/cs/docs/generate...

Frank Mantek

unread,
Jun 30, 2008, 5:01:55 AM6/30/08
to gdata-dotnet-...@googlegroups.com
wrong group, or rephrased, i have no idea. You need to ask this in the
specific service groups.

Frank Mantek
Google

Reply all
Reply to author
Forward
0 new messages