To generate a URL delivered as an attachment, the attachment
parameter needs to be set to true
.
For example in Ruby:
Cloudinary::Utils.private_download_url self.cloudinary_id, self.format, attachment: true
To generate a URL delivered as an attachment, the attachment
parameter needs to be set to true
.
For example in Ruby:
Cloudinary::Utils.private_download_url self.cloudinary_id, self.format, attachment: true
Comments
0 comments
Please sign in to leave a comment.