Skip to main content

Questions tagged [api-key]

An application programming interface key (API key) is a code passed in by computer programs calling an API (application programming interface) to identify the calling program, its developer, or its user to the Web site.

0 votes
0 answers
14 views

java.lang.IllegalStateException: Nonnull field "apiKey" is null in flutter

`please am having issues connecting my project to firebase. i have initialized firbase in the main.dart and added the latest dependences for firebase yet still getting error. ERROR Message i got when ...
user26366413's user avatar
0 votes
0 answers
24 views

Google Maps in my flutter using package google_maps_flutter it show in ios simulator but it's not show on an actual ios device(my iphone)

i implemented google maps in my flutter application using this package: https://pub.dev/packages/google_maps_flutter. it's shown in an android emulator but it's not shown on an ios simulator and an ...
Ade Tarjamah's user avatar
0 votes
1 answer
28 views

Firebase android and ios API keys compromised on github

I am working on a flutter chat app on android and ios. Unfortunately, I pushed my full working folder to my GitHub repository and later on received an email from GitHub that my API keys are ...
RockNRoll's user avatar
0 votes
0 answers
8 views

Flutter-Firebase Production Ready Apps rules [duplicate]

So i am making a Flutter application which is going to be in production so is there anything to be checked while creating bundle for uploading it in playstore, In my case i am integrating Firebase ...
user17455345's user avatar
1 vote
1 answer
72 views

Authorization policy for API key authentication without authentication scheme in ASP.NET Core 8

I want to add API key authentication to my API using an authorization policy but I get the error No authenticationScheme was specified, and there was no DefaultChallengeScheme found. The default ...
iKingNinja's user avatar
0 votes
0 answers
30 views

Code works but shows 401 client error in replit

I wrote this piece of code on my pycharm which works and still works anytime I run it on pycharm. But I needed to put the code on replit and it keeps giving me 401 client error on replit On replit I ...
David Oladeji's user avatar
0 votes
0 answers
89 views

Elastic.Serilog.Sinks + Authentication with ApiKey

I was struggling to find a way to pass an apikey to ElasticSearch APM (Elastic.Serilog.Sinks) in order to authenticate and sink logs to my Elasticsearch stack. The Elasticsearch Docs do not provide ...
Ivan Maia's user avatar
  • 261
1 vote
1 answer
158 views

How to safely store API Keys in a database for a REST API?

I'm building a REST API that uses API keys for authentication. I want to ensure that these API keys are stored securely in my database. If I were storing user passwords, I would use Argon2id for ...
lmmendes's user avatar
  • 1,502
-1 votes
1 answer
157 views

How to make a request to the OpenAI API?

I'm getting an authentication error when using my API key that I created at OpenAI.com to make a request. This is the code that I used: from openai import OpenAI client = OpenAI(api_key = "Lkey&...
amikaydo's user avatar
0 votes
0 answers
27 views

Compreface Javascript SDK React App Failed to load resource: the server responded with a status of 404 () After running command npm start

Currently running Compreface Javascript SDK webcam using IDE Visual Studio Code and running into an issue. Once I run the command npm start I get the Chrome page to pop-up and start video. Once I ...
Leslie's user avatar
  • 1
0 votes
0 answers
18 views

Using Google Cloud API for python progam(Set Up ADC Error)

Key is in the same folder. This is the error that I get when I run it in VS Code: & "C:/Program Files/Python311/python.exe" c:/Users/tandr/Documents/StTCE/GCStT.py ...
Spandan Mukherjee's user avatar
0 votes
0 answers
154 views

Use supabase to back a public API with api key auth

How can I use supabase as a database for a REST API, with some "api key" (something like what Stripe or Twilio does) solution? I am trying to use supabase as the database backend for a ...
Angelica's user avatar
0 votes
0 answers
61 views

OpenAI API key not found

This is the server response to my RAG Application This is the code in which I am using using the OpenAI API key to access the services I am encountering an error which is defined as "OpenAI API ...
Aniket Baghel's user avatar
0 votes
1 answer
206 views

Why should I get credentialsUri when I have got a api-key?

When I follow this tuition try to acess gemini, I got a error: Your default credentials were not found. To set up Application Default Credentials for your environment, see https://cloud.google.com/...
east cukt's user avatar
0 votes
0 answers
57 views

Mitmproxy doesn't capture the traffic I need

Here is my problem, the thing I'm trying to do is to capture the market activity from a game (I need the api key), but mitmproxy only captures player settings and a config, is there a way to get more ...
Xinon's user avatar
  • 7

15 30 50 per page
1
2 3 4 5
87