Hi Austin,
The email message that you partially copied also contains the following, which is the most critical part:
Specifically, it means that the app exceeds the Business Logic deployment size. The “deployment size” limit is described on the pricing page, specifically here:
Let’s take a look at what’s going on in your app. To do this, navigate to the Manage > Billing and click the “Current Plan” button:
You will see the following popup:
The popup shows that your app uses 40MB of the cloud code (which includes all the dependencies), while the plan provides only 20MB out of the box.
The API calls you mentioned have nothing to do with the app being blocked. The only reason is exactly what the original email said:
Feature exceeding the limit: Business Logic deployment size
To solve this issue, you have two options:
- Remove any unnecessary dependencies to bring the total size of the cloud code to be less than 20MB
or
- Purchase an extension which will raise the 20MB limit. To do this, open the Marketplace and purchase the following extension:
Hope this helps.
Mark




