I have been using the froogle upload for some time now but today it gives me errors as below.
System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.HttpWebRequest.GetResponse() at Google.GData.Client.GDataRequest.Execute() Google.GData.Client.GDataRequestException: Execution of request failed: http://www.google.com/base/feeds/items/ ---> System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.HttpWebRequest.GetResponse() at Google.GData.Client.GDataRequest.Execute() --- End of inner exception stack trace --- at Google.GData.Client.GDataGAuthRequest.Execute(Int32 iRetrying) at Google.GData.Client.GDataGAuthRequest.Execute() at Google.GData.Client.Service.StreamInsert(Uri feedUri, AtomBase baseEntry, GDataRequestType type) at Google.GData.Client.Service.Insert (Uri feedUri, AtomEntry newEntry) at Google.GData.GoogleBase.GBaseService.Insert(Uri feedUri, GBaseEntry entry) at Froogle_.Single_Click(Object sender, EventArgs e) I even try the below simple short code but no luck try { GBaseService service; service = new GBaseService("Amjad", "Key"); service.setUserCredentials("username", "password"); GBaseEntry entry = new GBaseEntry(); entry.Title.Text = "My House"; entry.Content.Content = "The best house of the area."; entry.GBaseAttributes.Location = "Location"; GBaseEntry myEntry; myEntry = new GBaseEntry(); myEntry = service.Insert (GBaseUriFactory.Default.ItemsFeedUri, entry); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data API" 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-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---
