15 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
258
views
Gemini API RPD Limit Not Resetting After Upgrading to Paid Tier (Rate Limit Stuck)
upgraded my Google AI Studio project to Paid Tier 1 today, but my daily rate limit (RPD) for the Gemini API is still stuck and not resetting. I cannot send any requests, even after waiting over 24 ...
0
votes
0
answers
49
views
Flutter in android device Google Signing ,
if have that flutter android project run on android device. and the i am login Google Sign-In using the Google cloud Api using "flutter run --release" on app testing the App that time ...
0
votes
2
answers
2k
views
google.genai.Client suddenly hits 401 error using Gemini API Key
client = genai.Client(api_key=os.environ.get("GEMINI_API_KEY"))
model_id = "gemini-2.0-flash"
google_search_tool = Tool(
google_search = GoogleSearch()
)
...
0
votes
0
answers
1k
views
google gemini throwing invalid api key error
the system is throwing the below error. I'm in a local machine.
INFO:werkzeug:127.0.0.1 - - [11/Mar/2025 02:42:06] "OPTIONS /api/generate HTTP/1.1" 200 -
ERROR:root:Error calling Gemini API: ...
0
votes
0
answers
112
views
Google Calendar API Key test returns "API Key Invalid - Status Code 401."
I have been using Google maps API keys successfully for a few months, now I need to create Calendar Events from my Excel VBA code. So I enabled the Calendar API in my Cloud Console project and ...
2
votes
0
answers
44
views
HMAC POST API request validation Android ELS
I m trying to validate my payload using HMAC method as mentioned in the link below.
https://developers.google.com/android/els/reference/http-spec#hash-based_message_authentication_code_hmac
I used the ...
1
vote
0
answers
49
views
I am trying to show my android app reviews on my website but return 401 when Authenticated
I am trying to show my android app reviews with reviewer name, date, rating. But I have some problems with authentication. Using google cloud with OAuth 2.0 Client IDs.
I use google/apiclient with PHP ...
0
votes
1
answer
77
views
Asign an apiKey as a environment variable in Blazor
I need help. I'm developing a WebApp using Blazor, I use an google map and I got the google apiKey and works fine, but showing the apiKey.
Ex. ApiKey="aaaabbbbbbbbccccccccdddd"
Soon my ...
0
votes
2
answers
3k
views
Generate a long-term access token for a service account to access Google API
I have a service account foo. For this service account I want to create an authorization token so I can run my program in a CI/CD pipeline and letting it communicate with the Google API.
I researched ...
2
votes
3
answers
1k
views
Google Cloud REST API for Artifact Registry - URL is 404
I want to list all docker images of my artifact registry in Google Cloud Platform.
Therefore I access the REST API.
Following this documentation: https://cloud.google.com/artifact-registry/docs/...
1
vote
0
answers
542
views
Using google cloud speech-to-text api for real-time speech recognition in dart, flutter
We have tried many libraries like speech-to-text, record and mic_stream. But we did not meet our expectations. I want to recognize the speech continuously and from byte code it will convert to text ...
0
votes
1
answer
1k
views
Flutter, Firebase and gitignore
I built an e-commerce app using Flutter, where I used firebase inside my app, APIs powered by Google Cloud, I don't know which files should i put in .gitignore file or which files should be included ...
1
vote
0
answers
84
views
Google Cloud Talent API radius miles configuration Issue
I am trying to use google cloud talent API to pull jobs given a title and location but it is not giving me any search results. I have set up the project ID and tenant ID correctly.
Here is the script ...
2
votes
2
answers
11k
views
My Gemini API key is not working properly
I am trying to use Google Gemini API to, for that.. I wrote the following code in main.js -
import { GoogleGenerativeAI } from "@google/generative-ai";
// Initialize the model
const genAI = ...
1
vote
1
answer
328
views
What should the 'parent' value be when calling Google's API keys client ListKeysRequest method?
I'm trying to use the google-cloud-api-keys package's ApiKeysClient to get a list of API keys in my project. What should the format of the parent parameter be?
I've tried using my project ID and ...