there are at least three ways to
upload your items using the api:

(1) create and insert an atom-item-entry sequentially;
(2) create and insert multiple atom-item-entries in batch;
(3) create and upload a file.

all these "feed" your items into google-base.

the GoogleBaseService constructor is primarily
authentication of a gdata-service application --
its insert method allows an example of (1);
its batch method allows an example of (2).

GoogleBaseFeed is the atom-xml and its entries --
created via a GoogleBaseService or independently.

in the "batch" example the atom-xml containing
entries is modified to allow an example of (2).

you can loop over multiple batch-inserts
if each xml-dataset doesn't exceed 1mb --
thus, nearly limitless given your account limits.
--~--~---------~--~----~------------~-------~--~----~
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