Wrong API.
I am using the C# .Net API, which is message based.
Example:
GBaseService service =
new GBaseService("Google-Tutorial-1.0", developerKey);
service.setUserCredentials(username, password);
GBaseEntry entry = service.GetEntry(myEntryId);
entry.GBaseAttributes.AddFloatAttribute("rooms", 7f);
service.Update(entry);
On Mar 9, 9:15 am, Celebird <[email protected]> wrote:
> they're different in both namespace and type.
>
> try a query of the inserted item and post the raw xml.
>
> description should be atom:content text
> whereas area should be g:area floatUnit --
> each must be treated accordingly during
> an update.
>
> deleting the old and adding a new will cause
> the old to disappear but that's not an update
> and will certainly take longer to index.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---