Assigned
Status Update
Comments
va...@google.com <va...@google.com>
ku...@google.com <ku...@google.com>
pa...@refundid.com <pa...@refundid.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.
ja...@coloursofdata.com <ja...@coloursofdata.com> #3
@vrames
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
Description
Problem you have encountered: When deploying a google cloud function
If --serve-all-traffic-latest-revision is provided or not provided, traffic is always directed to the latest revision.
What you expected to happen:
When --serve-all-traffic-latest-revision is not specified with a gen2 cloud function Traffic does not get served to the latest revision
Steps to reproduce:
Run deploy command without --serve-all-traffic-latest-revision on an existing cloud function with a previous revision.
Other information (workarounds you have tried, documentation consulted, etc):
--no-traffic
commandpatching
allTrafficOnLatestRevision
in service config on the Functions object