How to list all images inside folder ?
itsjustausername
Member Posts: 2 ✭
Answers
-
Hi - it's likely that your product environment is set up for fixed folder mode - see
You can check it on your Programmable Media dashboard.
If so, the 'asset_folder' parameter is not supported. Instead, you should use the search method with the 'folder' expression field.
1 -
Thank you, worked well
curl --location 'https://api.cloudinary.com/v1_1/<cloudname>/resources/search?expression=folder%3DFolderName%2F*' --header 'Authorization: <Header Auth>=='
1