how to get all pics file name by one click?
I found Cloudinary would change my original file name (by adding some text in each file name end), so How can I get all my pics URL?
0
-
Hi,
You can use the original filename by setting use_filename = true in the Media library along with some other config as explained in this article: https://support.cloudinary.com/hc/en-us/articles/202520762-How-to-upload-images-while-keeping-their-original-filenames-
To get all the image URLs you can use list resources Admin API method which will return URL in the response: https://cloudinary.com/documentation/admin_api#get_resources
You can also view the URL of a particular resource by clicking on the URL link when you hover over the thumbnail in the media library.
Thanks,
Aditi0
Post is closed for comments.
Comments
1 comment