Can I export or sort my images by date & dimensions?
I need to be able to sort the image files by dimension and date.
0
-
You can use the Admin API's listing methods which return a list of your resources sorted by their upload date. You can change the direction of the results by setting the
directionparameter.There are currently no Admin API methods for listing resources sorted by dimensions, however you can list all your resources and then sort the resources on your end by their
bytesvalue.0
Post is closed for comments.
Comments
1 comment