I'm new here,I have some problem like my Subject:batch problem return
code 503
thanks for your help!
my code:
GBaseService service = new GBaseService("Google-Tutorial-1.0", token);
service.setUserCredentials("email", "paswd");
GBaseEntry entry = new GBaseEntry();
//init entry
entry.BatchData = new GDataBatchEntryData
("id",GDataBatchOperationType.insert);
GBaseFeed gbfeed = new GBaseFeed(GBaseUriFactory.Default.ItemsFeedUri,
service);
gbfeed.Entries.Add(entry);
GBaseFeed result = service.Batch(gbfeed,
GBaseUriFactory.Default.SnippetsFeedBatchUri);
foreach (GBaseEntry entry3 in result.Entries)
{
//get entry3.BatchData.Status.Code
}
I don;t know the reason,and how to make it work?
thanks a lot!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---