Assigned
Status Update
Comments
mp...@google.com <mp...@google.com>
jm...@google.com <jm...@google.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
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish:
- Have _both_ 'BatchCreateJobsRequest' and 'BatchUpdateJobsRequest' [1] results return full object bodies that were persisted/updated, instead of truncated limited versions to speed up these interactions.
How this might work:
- Google to return full object json for affected objects in batch requests.
If applicable, reasons why alternative solutions are not sufficient:
- Workaround is to add a getJob() call for each batch result which adds approximately ~1000ms to the processing time of each job.
Other information (workarounds you have tried, documentation consulted, etc):
[1]