service · inferred from evidence
Cloud Storage
A hosted service for storing and retrieving data, including encrypted files.
- Google Speech 400 Inline audio exceeds duration limit on files over 60 seconds
In Google Cloud Speech To Text: 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.
- Access a private GitHub repository from a Cloud Build step (glide install fails)
How to fix: Access a private GitHub repository from a Cloud Build step (glide install fails). The verified fix from the maintainer thread, distilled into reusable steps.