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.

api-key
0 votes
0 answers
7 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
26 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 votes
0 answers
37 views

How to fix CORS issue of an Angular webapp deployed Vercel making call to a external API

I'm facing an CORS issue after deployed an Angular webapp on Vercel, where the app makes HTTP call to a open api endpoint. Angular service getTokenQuotes(ids: number[], apiKey: string): Observable<{...
Donovant's user avatar
  • 3,149
1 vote
1 answer
70 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
29 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
-1 votes
0 answers
87 views

Saving the API Key in secure place swift IOS

Usually I save the API key into the Info.plist file to keep it safe and use various types of algorithm to encrypt and decrypt the request. Taking consideration of the security. What are the other ...
nargis's user avatar
  • 29
0 votes
0 answers
80 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
156 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
152 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
148 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
59 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
198 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

15 30 50 per page
1
2 3 4 5
87