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.

Node JS - resources_by_tag Optional Parameters

Comments

1 comment

  • Avatar
    Roee Ben Ari

    Hi Daniel, Please try the following: 

    cloudinary.api.resources_by_tag("mytag",
        function(result){}, { max_results: 500 });

     

    Please refer to the node.js examples here.

    0
    Comment actions Permalink

Post is closed for comments.