Skip to main content

Get object download information

POST 

/v1/storages/get-objects-download-info

Batch obtain object download URLs.

This API is subject to cloud storage bucket permission configuration and identity authentication and authorization. Ensure the requesting identity has the necessary permissions for the corresponding resources.

For cloud storage permission configuration, see Cloud Storage Basic Permissions and Cloud Storage Security Rules.

💡 Tip: If cloud storage operations are blocked by basic permissions or security rules, you may encounter the error code: STORAGE_EXCEED_AUTHORITY

💡 Tip: If cloud storage operations are blocked by the identity authentication mechanism, you may encounter the error code: ACTION_FORBIDDEN

Request

Body

arrayrequired

Download object request parameters, array format

  • Array [
  • cloudObjectId Cloud object ID (string)
  • ]

Responses

Returned when the call is successful

Response Headers
  • X-Request-Id string

    Request ID

Schema
  • Array [
  • oneOf
    cloudObjectId Cloud object ID (string)
    downloadUrl Download URL after object upload (not URL-encoded) (string)
    downloadUrlEncoded Download URL after object upload (URL-encoded) (string)
  • ]
Loading...