Storage limit exceeded Post author:Swapnil Jaiswal Post published:November 10, 2024 Post category:Blog / Salesforce Post comments:0 Comments Resolve: Storage limit exceeded If receiving storage limit exceeded messages in production, you have to contact Sales.Using Developer Console Execute following code to fix this error:Note: Do not run this code snippet in Production/AT/QA Environments. Solution 1: List<ltnadptn__Lightning_Adoption_Report_Snapshot__c> lst = [SELECT Id FROM ltnadptn__Lightning_Adoption_Report_Snapshot__c]; delete lst; Solution 2 Database.delete([SELECT Id from ContentDocument], false); Other Solutions 1 : Delete Test Records2: Delete Non Required Asset Files3 : Contact SF Sales to increase storage. Looking for Job Change? Find company wise Interview Questions Here: TCS Salesforce Deloitte KPMG L & T Infosys Lirik Capgemini TechAim Bajaj Finance EY Logixal Hexaware Tech Workday Apisero Explore All You Might Also Like mPHATEK Salesforce Interview Questions December 17, 2024 Trigger – Update All Account Related Contacts June 23, 2024 Virtusa Salesforce Developer Interview Questions January 26, 2025 Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.