No. I am using an id provided from my local database, which is
uploaded with the items. Do I need to keep track of the Google Base id
in my local database?

Thanks,
Elliott

On Mar 26, 6:08 am, Tom Wilson <tomthedevelo...@googlemail.com> wrote:
> How are you trying to access theitems? Are you using the id provided
> after theitemsare inserted ?
>
> Tom Wilson
> Freelance Google Base Developer and Consultantwww.tomthedeveloper.com
>
> Google Base Tools -http://dev.tomthedeveloper.com/googlebase
> Featured Project 
> :http://google-code-featured.blogspot.com/2008/02/google-base-competit...
>
> On Mar 25, 1:35 am, Elliott <mptaylo...@yahoo.com> wrote:
>
>
>
> > Using the Zend/PHP client library, I accessed the Google Baseitems
> >feeda few minutes after I had inserted several newitems. None of the
> >itemswere visible. When I logged in to the GBase dashboard, all of
> > theitemswere visible under the designation "Published...and
> > searchable soon." Yet they were not visible through theitemsfeed,
> > which I accessed via the Zend Framework API.
>
> > Several hours later, I found that 71 of the newly added products were
> > visible through theitemsfeed. When I examined the through the
> > dashboard, this was exactly the number of products which had been
> > changed from "Published...and searchable soon" to "Published and
> > searchable".
>
> > It was my understanding that all products should be visible on the
> >itemsfeedimmediately after being added. Is there any reason this
> > should not be the case?
>
> > Here is the code I used. I appreciate any suggestions.
>
> > $httpClient = Zend_Gdata_ClientLogin::getHttpClient($user,
> > $pass,'gbase');
> > $gdata = new Zend_Gdata_Gbase($httpClient);
> > $query = $gdata->newItemQuery();
> > $query->setMaxResults('250');
> > try {
> >         $feed= $gdata->getGbaseItemFeed($query);} catch 
> > (Zend_Gdata_App_Exception $e) {
>
> >         $google->failed[] = "Unable to engageItemsFeed. ". $e->getMessage
> > ();}
>
> > foreach ($feed->entries as $entry) {
> > //do something with the data
>
> > }
>
> > Thanks,
> > Elliott- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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 Google-Base-data-API@googlegroups.com
To unsubscribe from this group, send email to 
google-base-data-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to