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 Insert Bulk Accounts and 5 Contacts to Each Account January 5, 2025 Building Reusable LWC Components Example 2 January 23, 2025 Dynamic Progress Indicator In LWC July 7, 2024 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.