Hello, I'm experiencing some trouble if I attempt to update a photo ( https://developers.google.com/picasa-web/docs/1.0/developers_guide_dotnet#UpdatePhotos). It always worked well, until yesterday, when I started having this problem.
When my code reach entry.Update(), it says me: "Execution of request failed: http://picasaweb.google.com/data/entry/api/user/xxxxxxxxxxxxxxxxxxxxx/albumid/xxxxxxxxxxxxxxxxxxx/photoid/xxxxxxxxxxxxxxxxxxx" (x's are numbers, obviously) And in InnerException: "Error in remote server: (500) Internal server error." It seems to happen only with recent uploads, because I have no problems updating photos uploaded some days ago. I have tried with different accounts, with no luck. Here is the stacktrace: en Google.GData.Client.GDataRequest.Execute() en Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter) en Google.GData.Client.GDataGAuthRequest.Execute() en Google.GData.Client.Service.EntrySend(Uri feedUri, AtomBase baseEntry, GDataRequestType type, AsyncSendData data) en Google.GData.Client.MediaService.EntrySend(Uri feedUri, AtomBase baseEntry, GDataRequestType type, AsyncSendData data) en Google.GData.Client.Service.Update(AtomEntry entry, AsyncSendData data) en Google.GData.Client.Service.Update(AtomEntry entry) en Google.GData.Client.AtomEntry.Update() I'm working with .NET. I hope this is only a temporary issue. Thank you in advance for your help. -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
