Skip to main content

Comments

1 comment

  • Shirly Manor

    In order to restore your deleted assets, Please make sure that `Automatic backup` is set to `enabled` on your upload setting page.

    There are two ways to restore the assets from the backup:

    1. From the UI - To restore the backed up images please follow the directions here.

    2. Using API - For example in NodeJS:

    ```
    cloudinary.v2.api.restore(["image1", "image2"],
    function(error, result){console.log(result);});
    ```
    You can read more about it here:
    https://cloudinary.com/documentation/admin_api#restore_resources

    Please let me know if that answered your question or if you have more questions related to this matter or anything else,

    0

Post is closed for comments.