This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

How can i return all images from given folder using Javascript

Comments

2 comments

  • Avatar
    Eric Pasos

    Hi,

    When extracting the list of delivery URLs from the get resources method, you will need to parse the response JSON when it is returned. Here is a sample implementation for retrieving the list of the delivery URL and save them on a file: https://jsfiddle.net/ecpdev/h09mjnLa/1/

    Hope this helps.

    0
    Comment actions Permalink
  • Avatar
    Arquibusco

    Hello! Thank you for your response. I now see what I was doing wrong which is running fetch functions in React, which do not use Nodejs. After using node with fetch functions, it worked nice.

    0
    Comment actions Permalink

Post is closed for comments.