Assigned
Status Update
Comments
nr...@google.com <nr...@google.com>
nr...@google.com <nr...@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
How this might work: Upload a XLF/XLIFF file on the translation hub portal to be translated from one language to another. This can also support bucket URLs for when the file is not available in the local system but in a secure storage location.
If applicable, reasons why alternative solutions are not sufficient: Current solution supports other file types and this requires an additional step to convert XLF files to another format and then send for translation. This increases the processing time and cost as an extra service has to be hosted to counter this.
Other information (workarounds you have tried, documentation consulted, etc): Currently the option available is to add a middle layer which converts the XLIFF file to a currently supported file.