2 messages in com.googlegroups.google-base-data-apiRe: Not Error
FromSent OnAttachments
Creativeboyhm31 Jul 2007 22:57 
Ian mu01 Aug 2007 04:49 
Subject:Re: Not Error
From:Ian mu (mu.l@gmail.com)
Date:08/01/2007 04:49:22 AM
List:com.googlegroups.google-base-data-api

Aha, I'm getting the same problem I think, Dashboard doesn't seem to update, but entries are in base ? Very confusing atm.

I'm guessing maybe its a google base problem currently ?

On 8/1/07, Creativeboyhm <crea@gmail.com> wrote:

when i insert item it show on google.com/base dashboard but when i login on google.co.uk/base he don't show item here on dashboard on same account .plz help me whts the problem thank in Advanace .

code

GBaseService service = new GBaseService("eTradehouse", "key"); // service.setUserCredentials("username", "password"); // GBaseEntry entry = new GBaseEntry(); // conte // entry.Title.Text = total.GetString(1); // entry.Content.Content = total.GetString(1); // entry.GBaseAttributes.ItemType = "Products"; // entry.GBaseAttributes.Quantity = 1; // entry.GBaseAttributes.AddTextAttribute("Product Type", "Network Products"); // entry.GBaseAttributes.AddTextAttribute("Condition", "New"); // entry.GBaseAttributes.AddTextAttribute("Brand", total.GetString(2)); // entry.GBaseAttributes.AddImageLink("http:// www.etradehouse.com" + total.GetString(3)); // entry.GBaseAttributes.AddUrlAttribute("etrade", "http://www.etradehouse.com/code/ui/main/product.aspx? catid=1&subcatid=0"); // // entry.GBaseAttributes.AddFloatUnitAttribute(("Price",2.3f,"unit"); // //entry.GBaseAttributes.Price =2.36f; // entry.GBaseAttributes.Price = new FloatUnit(18.99f, "GBP"); // entry.GBaseAttributes.Location = "Unit 7 Harnham Trading Estate Salisbury Wiltshire"; // Uri posturi = new Uri("http://www.google.co.uk/base/ feeds/items/"); // //Uri posturi = new Uri("http://www.google.com/base/ feeds/items/locales"); // ////?dry-run=true http://www.google.com/base/feeds/locales // GBaseEntry myEntry = service.Insert(posturi, entry); Response.Write("Product Insertion has done!!!!!!!!!!!!!!!!!!");