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
-~----------~----~----~----~------~----~------~--~---