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.

Any way to display all the images I have in cloudinary with javascript?

Comments

1 comment

  • Official comment
    Avatar
    Danny Valentine

    Hi Luis.

    Thanks for your question. We do have a Javascript SDK, but due to the exposed nature of frontend code, it's not really designed to pull a list of assets from your account. Its purpose is more for helping to generate transformed versions of existing assets when referenced by name.

    You could use a naming convention for your images and then reference those in an array, but really I think the best way of accomplishing this is using a backend SDK such as our Node SDK and then using that to get a list of resources by criteria such as asset tag.

    I hope this is helpful. If you have any further questions, you're welcome to reply here or raise a support ticket if you wish to discuss specific account details.

    Thanks,
    -Danny

    Comment actions Permalink

Post is closed for comments.