Closed dparamoshkin closed 1 month ago
Hello, we are experiencing the same issue. What was the resolution here?
In our case, the error is complaining about a request ID which is not even present in the batch request
@dsemelianov thanks for reaching out. Is your use-case the same? Where you intially fetch email IDs, then build a batch request using them?
Please share a code sample if possible for us to determine if it's potentially an SDK bug or API issue.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
We are using java api to retrieve emails from user. First we receive all emails id and then retrieve them using batching request. The 2 emails are causing the problem if they come to same batch request. The difference between them is in the ending - YAAA= vs yAAA=
Expected behavior
Batch request should execute successfully
Actual behavior
Getting error response
Steps to reproduce the behavior
Request emails in the same batch which ids is different only in character cases.