Storage limit exceeded Post author:Swapnil 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 Salesforce Inc – Salesforce Developer Interview Questions September 23, 2024 How to add files into Document Object and access in LWC Salesforce. February 27, 2022 Solved ! [this.x.push is not a function] February 11, 2022 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.