[PWA API] Re: How to update photo's binary data in .net

2012-01-10 Thread Lawrence
It seams there's nobody knows it. On Dec 23 2011, 11:08 pm, Lawrence wrote: > I have tried code as below. > But photo can not be updated. > >             Dim User As String = "***"            Dim Passwords As > String = "***" >             Dim Settings = New RequestSettings("PhotoUpdateTe

[PWA API] Re: How to update photo's binary data in .net

2011-12-23 Thread Lawrence
Dim User As String = "youngfe"            Dim Passwords As String = "zsckuwbydbxeyjpo"             Dim Settings = New RequestSettings("PhotoUpdateTestApp", User, Passwords)            Dim Request As New PicasaRequest(Settings)             Dim AlbumTitle = "PhotoUpdateTest"            D

[PWA API] Re: How to update photo's binary data in .net

2011-12-23 Thread Lawrence
I have tried code as below. But photo can not be updated. Dim User As String = "***"            Dim Passwords As String = "***"             Dim Settings = New RequestSettings("PhotoUpdateTestApp", User, Passwords)            Dim Request As New PicasaRequest(Settings)          

Re: [PWA API] Re: How to update photo's binary data in .net

2011-12-22 Thread Oscar Torres
Well I think that you can do it including this line in my code: myPhoto.MediaSource = new MediaFileSource(); //its an overloaded method so its up on you which one to use. On Wed, Dec 21, 2011 at 6:17 PM, Lawrence wrote: > Much thanks for your reply. > > I do think your code just can work when

[PWA API] Re: How to update photo's binary data in .net

2011-12-21 Thread Lawrence
Much thanks for your reply. I do think your code just can work when update the metadata. But I want to update only the photo not the metadata. http://code.google.com/apis/picasaweb/docs/2.0/developers_guide_protocol.html#UpdatePhotoAndMetadata On Dec 22, 2:57 am, Oscar Torres wrote: > Hello