All Products
Search
Document Center

Object Storage Service:FAQ (PHP SDK V1)

Last Updated:Nov 29, 2025

This topic describes common issues and solutions for the OSS PHP SDK.

Error when you download data to a local file: cURL error: Failed writing body (0 != 13769)

  • Cause

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

  • Solution

    • Check if you have write permissions for the local file.

    • Verify that the path to the local file is correct. If the path contains multiple directories, ensure that all directories in the path exist.