function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Yishay Haspel 10Yishay Haspel 10 

Community users can not see chatter files

Hi,

We have a mechnism to share pictures with community users using contentVersion as follows:
1. We have a custom object with an automatic mechnism that creates sharing for the desired community users (not all users can see all the pictures).
2. The SObject is connected to the chatter file (ContentDocument) using a FeedItem (We seen this is the correct way to force the wanted sharing rules over the chatter files.
3. The community users have several visualforce pages, including one that expose their pictures using something like:
https://XXX.force.com/customers/sfc/servlet.shepherd/version/renditionDownload?versionId=06824000000ZGIyAAO&rendition=THUMB120BY90

The above link returns an empty page.
Did we miss something?
Many thanks,
Yishay
Yishay Haspel 10Yishay Haspel 10
Forgot to mention that when trying to access https://XXX.force.com/customers/06824000000ZGIyAAO we get not enough previliges error page.