All Products
Search
Document Center

Object Storage Service:Upload files (Android SDK)

Last Updated:Nov 29, 2025

This document describes how to upload files using the OSS Android SDK.

In OSS, the basic data unit for an operation is a file (Object). The OSS Android SDK provides the following three methods to upload files:

During the upload, you can view the progress using a progress bar (Android SDK). After the upload is complete, you can also use an upload callback (Android SDK).