General API Tutorials
Listed below are tutorials that cover certain brainCloud APIs. They are geared towards a general understanding of the API and are useful for developers using any of the client SDKs.
📄️ Error Handling
When using brainCloud, your app will need to handle certain error conditions. There are two main types of errors that can occur while using the brainCloud client library:
📄️ File Upload API
The File Upload API allows brainCloud users to upload files to their individual accounts. These files can be private to the user, or shareable (public) where anyone with the URL can access the file.
📄️ Network Error Message Caching
The Network Error Message Caching feature in the brainCloud SDK allows developers to centralize their handling of network outages. Mobile devices are prone to dropping network connections. As such, it's important to handle network outages with the brainCloud server gracefully. The Network Error Message Caching system aims to make this an easier task.