I got it working. There are multiple ways to submit things, and sometimes there are different requirements for the XML depending on how something is submitted. I'd built my XML properly(I think) if I was doing something like submitting the XML as a file via FTP, for example, but incorrectly for submitting individual items via the API. once I found the relevant information on that, I got past that error and was able to submit items via the API.
Thanks for your help! Evert On Oct 31, 2:42 am, Celebird <[EMAIL PROTECTED]> wrote: > it depends if you're trying to either: > (a) upload a data-feed-file via your dashboard/ftp or > (b) submit a batch-operations-feed via the api/http > > each uses similar but different incompatible formats. > > regardless of the format, both attributes and values > must follow the rules of the specified item-type -- > for (a) you need to register an item-type and file; > for (b) you need to specify an item-type in-line. > > the atom format for batch-processing is discussed > here:http://code.google.com/apis/gdata/batch.html > > the atom format for data-feed-files is discussed > here:http://base.google.com/support/bin/answer.py?answer=58087 > > template examples of each are > here:http://celebird.googlepages.com/celebird.googlepages-templates.htm > > rules for the various item-types are > here:http://base.google.com/support/bin/answer.py?answer=59451 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
