Skip to main content

using python, django how do I determine the size of the image on cloudinary's servers?

Comments

1 comment

  • Eric Cauan Pasos

    Hi Nathan,

    The resource information can be retrieved from the CloudinaryField class (see Python SDK model here). Also, you can check the sample Django project showing the process of uploading to Cloudinary and retrieving the image information. Alternatively, you can also use the response JSON to get the asset information you needed after upload (see sample response JSON here).

    Hope this helps.

    0

Post is closed for comments.