Skipped Attachments (code 3525)

This article is applicable for Microsoft 365 /Google Workspace Backup and relates to Microsoft 365 attachments to Calendars.

Situation

A backup plan finished with the following warning message:

The attachment is too large to back up and was skipped... (Code: 3525)...

Skipped attachments list is available in the Backup History.

Cause

The reason of this error is in the Microsoft limitation. System.Text.Json sets limits that can't be changed for some values, such as the maximum token size in characters (166 MB) and in base 64 (125 MB). For more information, see JsonConstants in the source code and GitHub issue dotnet/runtime #39953.

https://git.cloudberrylab.com/egor.m/doc-help-kb.git