Hello,
I have this code that three weeks ago runs ok but now it's failed and
I don't know why
entry.Location = new Google.GData.Extensions.Location.GeoRssWhere();
entry.Location.Latitude = Convert.ToDouble(txtLatitud.Text, info);
entry.Location.Longitude = Convert.ToDouble(txtLongitud.Text, info);
entry.Update();
I get this error
{"Execution of request failed:
http://picasaweb.google.com/data/entry/api/user/Gon.PFC.UOC/albumid/5181393873523029345/photoid/5208870648243594626/1212784705156000"}
System.Exception {Google.GData.Client.GDataRequestException}
I'm very desperate, can you help me, please?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data Protocol" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---