Assigned
Status Update
Comments
ra...@google.com <ra...@google.com>
wi...@ennova-research.com <wi...@ennova-research.com> #2
I have one question related to Google translate API. but it is not related to this issue.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
Description
What you would like to accomplish:
It is desired to perform prediction requests whose response payload is very high (e.g. 5MB more or less). Currently, it seems that the maximum response payload is ~2MB.
How this might work:
The prediction requests with very high response payload should contain complete and valid data.
If applicable, reasons why alternative solutions are not sufficient:
Sending smaller requests to reduce the response is not an option as the quality of the prediction might be impacted.
Other information (workarounds you have tried, documentation consulted, etc):