Search code examples
google-apipicasa

Upload videos to picasa using .NET api


I cannot find anything on the api page from google, is this even possible? I cant find anything on the web


Solution

  • Sure: your can upload images, videos or other binary files in C#, or any other .Net language:

    http://code.google.com/apis/picasaweb/docs/1.0/developers_guide_dotnet.html#PostPhotos** **

    Here's the complete GData .Net API:

    http://code.google.com/p/google-gdata/