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.

List all images from a folder in android

Comments

1 comment

  • Avatar
    Stephen Doyle

    Hi Sanjeev,

    The methods that list resources in your account are part of our Admin API, which is authenticated using your account's API keys and secrets. Because there's no safe way to include the keys in user-accessible code, those methods are not suitable for use in client-side code, so our iOS and Android SDKs don't have wrapper methods for those API calls.

    To make calls to the Admin API, the results of which should be available to your mobile app, you should make the calls from your server-side code and expose the results to the client app via your own application, using your own authentication between the client and your server.

    Another option for retrieving lists of assets from Cloudinary directly in your client-side code is the client-side asset list feature, where you can fetch a list of assets that share a tag, with the response provided in JSON format: https://cloudinary.com/documentation/advanced_url_delivery_options#client_side_asset_lists

    Regards,

    Stephen

    0
    Comment actions Permalink

Post is closed for comments.