aws / aws-sdk-java

The official AWS SDK for Java 1.x (In Maintenance Mode, End-of-Life on 12/31/2025). The AWS SDK for Java 2.x is available here: https://github.com/aws/aws-sdk-java-v2/
https://aws.amazon.com/sdkforjava
Apache License 2.0
4.13k stars 2.83k forks source link

Invalid Request Parameters #1123

Closed nikthakkar closed 7 years ago

nikthakkar commented 7 years ago

I'm also facing the same issue referred here #971. Some of the requests are failing saying InvalidParameter Exception. I still couldn't figure out as to why they are failing. I'm using a local folder to supply the images for comparing them against the first image in the folder. Any directions in what causes/reasons result in failing of a request would be very helpful. P.S: All the images are under the limitations listed here.

kiiadi commented 7 years ago

@nikthakkar this is most likely not an SDK issue, like #971 this sounds like service-side logic - so you might be better off following our advice for getting help from service teams (i.e. posting on http://stackoverflow.com/ with the service tag [amazon-rekognition] and/or opening a support ticket through the AWS Console).

That said, let's see if we can help - can you provide the following additional information:

kiiadi commented 7 years ago

Closing due to lack of response, please re-open if you feel this is an SDK issue.