Hi, To stay under the 32MB limit per POST request, you can try putting in your code a size count for each message. Then, you can batch up your messages one by one until you reach some size just under 32MB before sending the batch in a request.
Keep in mind that the maximum message size that Gmail accepts is 20MB, so you are not likely to encounter a single message that is over 32MB in size: http://mail.google.com/support/bin/answer.py?answer=6589 To learn more about the Email Migration API and batch processing, please visit these links: http://code.google.com/apis/apps/email_migration/developers_guide_protocol.html http://code.google.com/apis/gdata/batch.html -Q On Apr 7, 2:04 am, Bam <[EMAIL PROTECTED]> wrote: > > when i might post 500MB email messages which one request maximum of > 32MB of data?? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
