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
111111 

faultString: System.DmlException: STORAGE_LIMIT_EXCEEDED, storage limit exceeded

source:

Product2 p = new Product2(Name='x',ProductCode ='GC1020');
insert p;

 
 
error
 
faultString: System.DmlException: Insert failed. First exception on row 0; first error: STORAGE_LIMIT_EXCEEDED, storage limit exceeded
 
someboby can help me?
micwamicwa
The problem is that you don't have enough storage to create a new object. To monitor the usage go to Setup --> Data Management --> Storage Usage.

You have to delete some data in your sandbox.
111111
thank you for you help:smileyhappy:
Kumar Saurav 10Kumar Saurav 10
Hi,
The problem is that you might have exceede your storage limit. In case you are looking for storage solution, I would like to recommend you the native app Cloud Drop. https://appexchange.salesforce.com/listingDetail?listingId=a0N30000003IzEDEA0
 
Susan Harris 6Susan Harris 6
You can use Storage Helper to mass delete data that you no longer need to free up data storage space. Install free from the AppExchange: https://goo.gl/AHnLnc