Andy,

Thank you very much! Your change fixed the problem.

Jim


On Dec 7, 5:27 pm, "Andrew Smith" <[EMAIL PROTECTED]> wrote:
> Jim,
>
> The altered sample does indeed demonstrate the issue you describe.  I
> have checked my working code and have a workaround for this - specify
> the type of the batch operation in the batch data.  This ensures that
> the correct number of entries are returned.
>
> In the sample, after the line (118):
>
>            entry.BatchData.Id = batchId;
>
> add the line:
>
>            entry.BatchData.Type = GDataBatchOperationType.insert;
>
> The correct results are then returned.  I would imagine that this is
> the same reason my 503 batches are reporting the correct number of
> failures.
>
> Andy

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps APIs" 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-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to