2 messages in com.googlegroups.google-base-data-apibatch upload multiple customers error
FromSent OnAttachments
Pete20 Dec 2007 21:12 
Jeff S02 Jan 2008 11:59 
Subject:batch upload multiple customers error
From:Pete (sgt.@gmail.com)
Date:12/20/2007 09:12:13 PM
List:com.googlegroups.google-base-data-api

I have a multiple customer account that I am trying to batch upload to via the Python library.

I'm using these instructions:
http://code.google.com/p/gdata-python-client/wiki/UsingBatchOperations

When I specify a customer id in my entry feed like this: <g:customer_id type="int">xxxxxxx</g:customer_id>

I get an error: The customer id does not belong to the authenticated customer

Without specifying the customer id, the insert seems to work fine. I have confirmed that I am using the correct login for my multiple customer account and the ID is correct. What am I doing wrong?