Assigned
Status Update
Comments
[Deleted User] <[Deleted User]> #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.
gh...@google.com <gh...@google.com>
gh...@google.com <gh...@google.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
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish:
I would like to create a Cloud SQL connection when I am deploying a gen2 Cloud Function without navigating to Cloud Run
How this might work:
Add a 'Cloud SQL Connections' selector in the 'Connections' tab of the 'Create Function' screen
If applicable, reasons why alternative solutions are not sufficient:
The workaround is slightly annoying and requires the user to do their own research to know what to do. Furthermore, since this step isn't required in gen1 Cloud Functions, it creates a bug when transferring old but functioning code over to the new product.
Other information (workarounds you have tried, documentation consulted, etc):
Workaround:
1. Deploy gen2 Cloud Function
2. Navigate to Cloud Run page
3. Find the relevant Cloud Run function and hit 'Edit & Redeploy'
4. Select 'Cloud SQL Connector' from 'Connections' tab
5. Redeploy