organization · inferred from evidence
The organization maintaining the @google/genai library and Vertex AI service.
- @google/genai@1.26.0 breaks Vertex AI ADC authentication with CREDENTIALS_MISSING 401
After upgrading @google/genai from 1.23.0 to 1.26.0, Vertex AI authentication with Application Default Credentials (ADC) failed with a 401 UNAUTHENTICATED error indicating CREDENTIALS_MISSING, even though the same ADC credentials worked wit
- Structured outputs on gemini-2.5-pro-preview-03-25 came back wrapped in markdown with a stray ny prefix
Structured outputs on gemini-2.5-pro-preview-03-25 started returning the JSON wrapped in ```json fences with a stray "ny" text prefix before it, breaking strict JSON parsing. The same code worked fine on gemini-2.0-flash, and the corruption
- Google ADK: context caching with cached_content (constraints on tools and system instruction)
Passing a `GenerateContentConfig(cached_content=cache.name)` to an ADK `LlmAgent` failed with a 400 INVALID_ARGUMENT error. The message said tool config, tools, and system instruction should not be set in the request when using cached conte
- Google Secret Manager Could not load the default credentials from AWS Lambda nodejs client
Creating secrets in GCP Secret Manager from an AWS Lambda using the Node.js client fails with: Error: Could not load the default credentials, even when projectId and the path to a service-account JSON key file are passed to the SecretManage
- googleapis Node client does not auto-refresh the access token ("Invalid Client" after expiry)
I am using googleapis 59.0.0 on Node. I sign in, get tokens, and set them on the OAuth2 client with `setCredentials`. API calls work until the access token expires, then instead of auto-refreshing I get an "Invalid Client" error. The refres
- Access a private GitHub repository from a Cloud Build step (glide install fails)
A Go project (A) depended on another private GitHub repository (B), and the Cloud Build pipeline could not fetch it. `glide install` failed with: [WARN] Unable to checkout github.com/avi/api, [ERROR] Update failed for github.com/avi/api: Un
- GCS signed URLs die with SignatureDoesNotMatch days before expiry
getSignedURL() from the @google-cloud/storage Node SDK (or Firebase Functions) produces signed URLs that work for several days and then start returning 403 SignatureDoesNotMatch, even though the URL has not reached its expiry. The signing k
- Firebase deploy fails: "Cloud Runtime Config is currently experiencing issues, which is preventing your...
Running firebase deploy --only functions (firebase-tools 13.11.2, also seen on other 13.x versions) failed with: Error: Cloud Runtime Config is currently experiencing issues, which is preventing your functions from being deployed. Please wa
- How to tell which Google account a Composio connected account belongs to (multiple accounts)
I was connecting Google accounts in my app with composio.connected_accounts.initiate and ran into a weird problem. The redirect_url lets the user pick a different Google account than the user_id I passed in, so the connected account came ba
- Uncaught (in promise) Error: Invalid state after social login redirect
After logging in with a social connection (e.g. Continue with Google), the app threw Uncaught (in promise) Error: Invalid state from handleRedirectCallback in auth0-spa-js. The login itself succeeded, but processing the redirect back failed