Hi, Batch request works for both normal google account, as well as google apps domain account. I have just ran a test against a google apps domain account and it works fine.
Try to look at the XML response from the batch request to see what the batch:status is, it would look something like this if it is a successful operation- <batch:status code="201" reason="Created"/> If there is an error, you can look at the reason to see what is causing it. And yes, batch request is submitted to the batch URL via a HTTP POST request. For more documentation on Google Data batch protocol, please go to - http://code.google.com/apis/gdata/batch.html Hope it helps, Austin On Wed, May 21, 2008 at 1:01 PM, Lich <[EMAIL PROTECTED]> wrote: > > Is the batch http request a POST? I have gotten the batch request to > work for a normal gmail user, however I get a 404 error for a google > apps domain. See also: > > > http://groups.google.com/group/google-calendar-help-dataapi/browse_thread/thread/7c3e7de3ec6060f1?hl=en > > Thank you in advance! > > On May 21, 12:02 pm, "Austin (Google)" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Batch request works for both normal gmail users and google apps for > domain > > users, I think that's what are you asking if not please correct me. > > > > Austin > > > > On Tue, May 20, 2008 at 2:14 PM, Lich <[EMAIL PROTECTED]> wrote: > > > > > Does the batch request work with a provisioned user or a hosted domain > > > account? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar 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-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
