web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / DevBeard.com / Tip: Increase Maximum File ...

Tip: Increase Maximum File Size for Server-Based SharePoint Integration

Henrik Gundersen Profile Picture Henrik Gundersen 978

Have you enabled server-based integration between SharePoint Online and Dynamics CRM? Then you might have seen this beauty of a dialog when you want upload a file:

dialog1

Wow, 5.00MB seems a bit low, so I tried to find if it was possible to up this limit in my development environment, and it turns out it is the same setting as the size limit for email attachements. My personal guess is that the same entity (ActivityMimeAttachment) is used as a staging area for the upload before "landing" in the SharePoint directory. After changing to the max of 32,768 KB in CRM (Settings > Administration > System Settings > Email > Set file size limit for attachements), the dialog looks a lot better:

dialog2

EndOfLine


This was originally posted here.

Comments

*This post is locked for comments