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
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
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)
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
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