Updated on 2024-05-09 GMT+08:00

Before You Start

If you have any questions during development, post them on the Issues page of GitHub. For details about parameters and usage of each API, see the API Reference

  • Ensure that you are familiar with OBS basic concepts, such as buckets, objects, and access keys (AK and SK).
  • You can see General Examples of ObsClient to learn how to call OBS Android SDK APIs in a general manner.
  • After an API is called using an instance of ObsClient, if no exception is thrown, the return value is valid. If an exception is thrown, the operation fails. For details about errors, see SDK Custom Exceptions.
  • After an API is successfully called by an instance of ObsClient, an instance of HeaderResponse (or of its sub-class) containing the response headers will be returned.
  • Some features are available only in some regions. If the HTTP status code of an API is 405, check whether the region supports this feature.