Uploading items to folder error

Uploading items to folder failed due to the following error. A provided value exceeds the allowed size limit. Please refer the log below. Please help.

4:20:50 PM ABCD [Google Calendar]  Uploading item(s) to folder ‘ABCD/[email protected]/’
4:20:53 PM   MailClient.Storage.Application.OperationException: Uploading item(s) to folder ‘ABCD/[email protected]/’ failed due to the following error: A provided value exceeds the allowed size limit. —> Google.GoogleApiRequestException: Google.Apis.Requests.RequestError
4:20:53 PM A provided value exceeds the allowed size limit. [400]
4:20:53 PM Errors [
4:20:53 PM Message[A provided value exceeds the allowed size limit.] Location[-] Reason[fieldValueExceedsLimit] Domain[calendar]
4:20:53 PM ]
4:20:53 PM  —> System.Net.WebException: The remote server returned an error: (400) Bad Request.
4:20:53 PM    at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
4:20:53 PM    at Google.Apis.Requests.Request.InternalEndExecuteRequest(IAsyncResult asyncResult)
4:20:53 PM    — End of inner exception stack trace —
4:20:53 PM    at Google.Apis.Requests.ServiceRequest1.EndFetchInternal(IAsyncResult asyncResult) 4:20:53 PM    at Google.Apis.Requests.ServiceRequest1.EndFetch(IAsyncResult asyncResult)
4:20:53 PM    at MailClient.Protocols.Gdata.FetchHelper.FetchWithCancellation[T](ServiceRequest1 request, CancellationToken cancellationToken) 4:20:53 PM&nbsp; &nbsp; at MailClient.Protocols.Gdata.CalendarItemSynchronizer.Upload(IItemUploadContext1 uploadContext, Folder folder, IEnumerable1 items, CancellationToken cancellationToken) 4:20:53 PM&nbsp; &nbsp; at MailClient.Protocols.Common.ItemSynchronizer2.<>c__DisplayClass29_0.b__0(WorkerStatus status, CancellationToken cancellationToken)
4:20:53 PM at MailClient.Protocols.Gdata.GenericGapiCommand.Execute(WorkerStatus status)
4:20:53 PM — End of inner exception stack trace —
4:20:53 PM at MailClient.Protocols.Gdata.GenericGapiCommand.Execute(WorkerStatus status)
4:20:53 PM at MailClient.Commands.Command.Process(WorkerStatus status)

Hi Ashish,

As it’s stated in the error log, the file exceeds the allowed size so the server refuses it. This limit is set by Google’s calendar so I’m unfortunately unable to help you with it. You can either compress the file or insert it parted.

Russel 

Are we saying this is because of Calendar? Is there any way I can put restrictions on Synchronization? If I remove events / appointments, will that work?