This topic describes the causes of and solutions to common errors that may occur when you use Object Storage Service (OSS) SDK for PHP.

The cURL error: Failled writing body (0 != 13769) error is reported when you download an object to your local computer.

  • Causes

    When you download an object to your local computer, the object cannot be saved as a local file.

  • Solutions
    • Check whether you have the write permission on the local file.
    • Check whether the local path to which you want to download the object from OSS is correctly configured. If the local path is a multi-level directory, make sure that the directories are created.