Content has been working swimmingly until we now we can't upload any files. Any ideas from the group or Salesforce?
Error: Your organization has exceeded the request limit for the service you are trying to access.
We're unable to upload files or create ContentVersions via APEX in our sandbox. The above message is what's presented when a user tries to upload a file. Below is what's logged when code tries to create a single ContentVersion.
APEX Error: System.UnexpectedException: ContentPublication Limit exceeded.
We are far from any of the limits on content as listed here:
We are only using 41% of our file storage allocation in this sandbox.
Is there a way to see our limit and usage of the "ContentPublication Limit"? The Setup>Overview doesn't seem to list it, nor does the System Limits APEX class. ( https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_limits.htm)
Thanks @Doug Ayers for the detailed response!
I saw the limit documented, but wasn't sure if there was any way for me to monitor my usage. Disappointing that it's not available. The limit was the issue. Thanks again.