# Cloudinary Duplication

By
Jordan Handy

# Duplication in Cloudinary

Without proper configuration, it is highly likely that Cloudinary will not upload items as you expect. I recommend reading Cloudinary documentation on Upload Presets.

This doc will explain some of the most important pieces of information.

# Use filename or externally-defined public ID

In your Upload Preset Settings under the Storage and Access menu, this option allows you to preserve filenames in Cloudinary. Normally, when you upload an item to Cloudinary, it is renamed with a unique public ID. If you would like to preserve filename, use this setting to allow for you to keep original filenames. The Obsidian plugin is configured such that filenames will be used if this setting is enabled.

Externally defined public ID
Externally defined public ID

# Unique Filename

If disabled, the Unique Filename option will guard against duplication. With this enabled, Cloudinary will append random characters to end string of every upload. This means that even if you preserve file names, no two uploads of the same file will match and every upload will be unique. This could lead to mass duplication.

Keep this disabled so that if a file with the same filename already exists duplication is less-likely to occur

Unique Filename
Unique Filename

Continue to Plugin Commands