Skip to main content

Url suffix with java client doesn't allow dots in suffix

Comments

2 comments

  • Roee Ben Ari

    Hi Martin, 

    Adding an extension to the URL should be done using the `format` parameter, like this:

    String url = cloudinary.url().transformation(transformation).source("zzz").suffix("sample").format("jpg").generate();

    Let me know if this works for you?

    0
  • Martin Steiner

    Thanks Roee, that solution provides the expected link.

    0

Post is closed for comments.