Assigned
Status Update
Comments
en...@google.com <en...@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
- When creating a push subscription (in Pub/Sub) created by Cloud Function, no domain ownership validation is required [1]. However, we can not change the properties after it is created because the domain verification is needed in this case, but the domain is *.
What you expected to happen:
- It should allow us to change the retention time.
Steps to reproduce:
1. Create a topic in Pub/Sub.
2. Create a Cloud Function with trigger "Cloud/Pub" with the created topic. --> This step automatically creates a Push subscription.
3. Open the Push subscription and change the message retention days from 7 to 5.
4. Click on the Update button -> The Endpoint error message is displayed.
[1]