Is service.batch working for you. It works fine when I test it however my client reported that he was unable to view all his items. He is only able to see ~5000 items out of ~12000 items. There is no exception in the log and the batch returned a URL for all items inserted.
Dim returnFeed As GBaseFeed = service.Batch(batchFeed, New Uri( http://www.google.com/base/feeds/items/batch)) Regards, Raj On Wed, Sep 24, 2008 at 6:51 PM, icebackhaz <[EMAIL PROTECTED]> wrote: > > I've had luck with this construct... > > GoogleBaseFeed resultFeed = > > > mGoogleBaseService.batch(FeedURLFactory.getDefault().getItemsBatchFeedURL(), > dataFeed); > > > On Sep 24, 2:36 pm, beeky <[EMAIL PROTECTED]> wrote: > > I'm using the example code from the "Batch processing with Google Data > > APIs". The following always ends up in the "batching not > > supported..." block. > > Any ideas or suggestions? > > > > Thanks, > > -=beeky > > > > GoogleBaseFeed feed = new GoogleBaseFeed() ; > > try { > > Link batchLink = feed.getLink(Link.Rel.FEED_BATCH, > Link.Type.ATOM) ; > > if ( batchLink != null ){ > > // never gets into this block > > } else { > > System.out.println("Batching not supported by this feed"); > > } > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
