service · inferred from evidence
Cloud Storage
A hosted service for storing and retrieving data, including encrypted files.
- Access a private GitHub repository from a Cloud Build step (glide install fails)
Cloud Build steps have no GitHub credentials by default, so private repos are unreachable until you inject them. The recommended approach is to store a deploy key or token encrypted and pull it into the build: keep the SSH key in Cloud Stor
- Google Speech 400 Inline audio exceeds duration limit on files over 60 seconds
Synchronous recognize only accepts inline audio up to about 60 seconds, which is why you are hitting that limit. For anything longer, use long_running_recognize, the async method. Despite what the error says about a GCS URI, the async metho