Ok, I am not getting the problem across..

I have added an ad to GoogleBase via the C# API with no problem.

I have also updated via the API with no problems, the location,
price fields are accessible and update easily v ia the update
call, which passes back the entire entry.

The problem is the "description" field which was created via the
AddTestAttribute method during the initial ad creation. A second
problem being the "area" field created with AddNumberUnit

There does not seem to be any way to update these fields as I
cannot find any way to access them to change their values when the
entry
is reloaded via the API and then send back to perform the update.

If someone knows a way to do this please respond.

Right now, I am deleting the old ad and adding a new one which
causes the old ad to disappear and a delay before the new ad
appears. This is reality, not theory..

It appears that these added attributes are not changeable hence
requiring
the delete old and add new.






On Mar 9, 6:30 am, Celebird <[email protected]> wrote:
> i believe update has always been defined as
> all of the contents of an entry being replaced
> with the contents of the call.
>
> i don't believe there has ever been a way to update individual
> attributes, and only individual attributes, of an item; smallest
> access to an item returns an atom-entry and its attributes.
>
> that said, any delay-difference in updating only one attribute
> verses updating the item entry with all its existing attributes
> plus the changed attribute is probably rather small.
>
> see 
> also:http://code.google.com/apis/base/docs/2.0/developers_guide_protocol.h...http://code.google.com/apis/base/docs/2.0/developers_guide_dotnet.htm...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to