• Jaan Apajalahti
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
QUESTION: Does anyone know how to get rid of chatter images so it frees free storage space?

a) Our App loads pictures to chatter feed
b) After some use the content storage gets filled to 100%
c) We delete the contents from chatter files (UI) or through APEX code
d) The content files disappear from all views and lists
e) The file storage for the content is still full, no space was freed
f) Whole environments is jammed since nothing can be uploaded anymore
g) We have tried everything to free the space with no luck

This APEX just hides the files and leaves the storage full

delete [select id from contentDocument];

Storage is full
Storage is full
23 files according to storage report
23 files

Only one file visible. Trashcan is empty. And this is the only user in the (dev) environment and it has admin rights.
Only one file visible


Any ideas? Thanks!
QUESTION: Does anyone know how to get rid of chatter images so it frees free storage space?

a) Our App loads pictures to chatter feed
b) After some use the content storage gets filled to 100%
c) We delete the contents from chatter files (UI) or through APEX code
d) The content files disappear from all views and lists
e) The file storage for the content is still full, no space was freed
f) Whole environments is jammed since nothing can be uploaded anymore
g) We have tried everything to free the space with no luck

This APEX just hides the files and leaves the storage full

delete [select id from contentDocument];

Storage is full
Storage is full
23 files according to storage report
23 files

Only one file visible. Trashcan is empty. And this is the only user in the (dev) environment and it has admin rights.
Only one file visible


Any ideas? Thanks!