aws_rek is rejecting my assets, no matter what.
skypen
Member Posts: 1 ✭
I have been trying everything. Got categories from cloudrinary documentaion, got from AWS, set them to ignore, set them to 0.99 - nothing worked.
The whole thing started because I wanted to limit explicit nudity and allow bikini and suggestive stuff.
Map<String, Object> options = new HashMap<>();
options.put("folder", getPath(userRef.getOwnerId()));
options.put("public_id", "picture");
options.put("use_filename", false);
options.put("unique_filename", false);
options.put("overwrite", true);
options.put("invalidate", true);
options.put("moderation", "aws_rek:suggestive:ignore:explicit_nudity:ignore:violence:ignore:visually_disturbing:ignore:drugs:ignore:alcohol:ignore:rude_gestures:ignore:gambling:ignore:hate_symbols:ignore");
Tagged:
0
Answers
-
Hi there,
Can you please open a support ticket with us so that we can look at your specific logs and account? Please contact us through our support center.
Thanks!0