Hello,
I've been trying to parse the file "Document.xlsx" using the Google Translation API. My file is stored on a GCP Bucket and I'm using
this method to call the API. However, it keeps throwing the below attached error.
I further trimmed out all the new line characters and html attributes ("Document_updated.xlsx"), but still the same error keeps popping up.
Both of these excel files however are being correctly translated by using the Web version of google translate
here.
Are there some extra steps that I should be following when translating file using the API?
Thanks!