All Products
Search
Document Center

Object Storage Service:FAQ (PHP SDK V1)

Last Updated:Mar 20, 2026

This page covers common errors and fixes for the OSS PHP SDK.

Download fails with cURL error: Failed writing body (0 != 13769)

This error occurs because the data cannot be saved to the local file.

Check the following:

  1. Write permissions — Make sure the process running your PHP script has write permission on the target file.

  2. File path and directory structure — Verify the full path to the target file is correct. If the path includes multiple directories, all intermediate directories must exist before the download starts.