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.

Invalid transformation parameter

Comments

1 comment

  • Avatar
    Eric Pasos

    Hi Casper,

    Referring to the `x-request-id` from above, I managed to locate the logs for your transformation and I can see that you have submitted a transformation `.../t_fill_grayscalecircle_nobg/no_bg/...` where the `no_bg` is an invalid transformation parameter. Although the folder `no_bg` exists in your account, the use of the underscore `_` for a folder name should be preceded by at least 4 characters. To be on the safe side, you should make sure you stick to at least one of the following principles as recommendations: 

    • Avoid using underscores "_" within names you give to your folders. You can use dash "-" as a delimiter instead.
    • Use at least 4 characters prior to the first underscore occurrence, e.g. abcd_1234.
    • Use versions to isolate the public ID from the transformation section.

    When visiting the URL, it is possible that you may have seen the original version of the asset (i.e., without the transformation), and the derived versions of the image can be viewed as shown in this link: https://cloudinary.com/documentation/media_library_intro_tutorial#view_derived_images

    Hope this helps.

    0
    Comment actions Permalink

Post is closed for comments.