Open Issues Need Help
View All on GitHubAI Summary: The issue is that the GenMedia Creative Studio application, which uses Vertex AI generative media APIs, is not configured to accept API keys. The user needs to properly configure authentication using a service account with the necessary permissions (aiplatform.user and storage.objectUser) instead of relying on API keys. This involves creating a service account, granting it the required roles, and then deploying the application to Cloud Run using the service account credentials.
GenMedia Creative Studio is a Vertex AI generative media example user experience to highlight the use of Imagen, Veo and other generative media APIs on Google Cloud.
AI Summary: The issue is that the `mcp-genmedia` experiment's installation script claims success but doesn't create the expected executable files. The user needs help troubleshooting why the Go binaries aren't being installed correctly in the expected directory (`$HOME/go/bin`), despite the script reporting successful installation. This likely involves correcting the Go environment setup, potentially including the `GOPATH` and `PATH` environment variables, and ensuring the correct Go modules are downloaded and built.
GenMedia Creative Studio is a Vertex AI generative media example user experience to highlight the use of Imagen, Veo and other generative media APIs on Google Cloud.