Catalyst Data Store : API Limit Reached - Error 403

Catalyst Data Store : API Limit Reached - Error 403

As the message indicates, you have reached the maximum limit for row count in your development environment. You can query the tables in order to find the count of rows in specific table in the ZCQL console. Also, the limit will be 5000 rows per table and 25000 rows overall in a project in the development environment. You can find the same here
    • Related Articles

    • Multiline text fields in the Catalyst Data Store

      You can create your application with multiline text and rich text fields and use the text datatype available in the Catalyst Datastore in order to save the contents of those fields. You can find the help documentation regarding the same here. 
    • Limit of text data type in Catalyst Data Store

      The limit of text datatype in the Catalyst Datastore is 10000. If your message contains more than 10000characters, please consider creating a file in the FileStore and upload the content to it.
    • Invalid API error

      If you have enabled API Gateway, the URLs of your functions and web client will become inaccessible until you create APIs for them. You can either create APIs for your functions and client or you can disable the API Gateway from your Catalyst console ...
    • Catalyst Data Store tables are empty in production

      We would suggest you to use the Catalyst CLI/Bulk Write API to perform the bulk write operation in your table in the production environment. You can export the same from development and import it into production. Please check this link for more ...
    • Catalyst File Store ,"message":"socket hang up","value":{"code":"ECONNRESET"}

      {"code":"api/request_failure","message":"socket hang up","value":{"code":"ECONNRESET"}}. The ECONNRESET issue might occur if you have not handled the error with a try catch block in your code and the “catalyst serve” command is running. You can check ...