api-key Questions

2

Solved

I have a question regarding secure storage of API keys & secrets. Here's my scenario: I'm developing a program that collects/analyzes data from multiple external APIs. The data is rather sen...
Din asked 16/12, 2017 at 20:40

7

Solved

I'm builiding a web application that allows our users to sell tickets for music shows. In order to handle the payments between ticket buyers and show instigators, I use Stripe. Basically, the show ...
Polynesian asked 5/5, 2013 at 19:19

5

Solved

I want to use an API key in my flutter app, and have read that the envied package is a good tool to keep the API key hidden. The issue is I can't get this working. This is what I've done: Installe...
Expert asked 8/7, 2023 at 4:44

4

I tried to install tinyMCE with angular 6. I am following the docs on https://www.tiny.cloud/docs/integrations/angular2/. Everything OK but I must to have an apiKey to use the tinyMCE cloud. I ...
Monoploid asked 14/11, 2018 at 14:10

2

Solved

I have created a google sheet and have converted it into JSON using the URL. example: https://spreadsheets.google.com/feeds/list/SHEETID/od6/public/values?alt=json I want to add a api key to this g...
Liponis asked 12/4, 2021 at 12:56

2

Solved

To not expose my Google Map API key, it is best to not include the API key in the Android app repo itself. How am I suppose to use Google Map if the API key is not in the app? Storing the API key i...
Deferential asked 18/6, 2020 at 16:4

11

Solved

So with lots of different services around now, Google APIs, Twitter API, Facebook API, etc etc. Each service has an API key, like: AIzaSyClzfrOzB818x55FASHvX4JuGQciR9lv7q All the keys vary in le...
Dropline asked 19/1, 2013 at 7:26

2

Solved

I’m trying to add Google map in to may app, so I have taken the API key. Unfortunately when I inserted the API key in manifest.xml through a meta-data tag, it automatically inserted another meta-da...
Rete asked 12/11, 2015 at 5:32

4

If I save API keys to Flutter_secure_storage, they must be exposed in the first place. How could they be pre-encrypted or saved to secure storage without exposing them initially? I want to add a sl...
Nomo asked 20/7, 2021 at 4:41

3

Solved

I am using Jetpack Compose and trying to integrate Google maps in my application. I have followed the documentation in setting up an API key. However, I am getting an error when building the projec...
Cointreau asked 11/7, 2021 at 23:12

13

Does anyone know of any API key generator script/class for PHP? The class should have method generate, that would generate a key and isValid() method, to check if the key is valid.
Volding asked 19/9, 2009 at 12:22

4

Solved

I am building a system that uses API tokens and keys to access services, but where is the best place to store them? I want to push the code to GitHub without pushing the tokens. Currently, I've pla...
Merrile asked 11/7, 2019 at 18:30

13

Solved

I made a weather app in Create React App (create-react-app). How do I hide the API key so that I can commit to GitHub? Right now, the key is in App.js: const API_KEY = "123456";
Backsight asked 9/2, 2018 at 6:17

4

I am developing an iOS app using Google Maps API for IOS. And I installed the CocoaPod for my project and configure them according to tutorial on Google Developer. However, when I run my project, i...
Wernick asked 27/9, 2015 at 20:48

6

Solved

I'm designing a public API to my company's data. We want application developers to sign up for an API key so that we can monitor use and overuse. Since the API is REST, my initial thought is to pu...
Lyn asked 1/4, 2011 at 18:24

3

from a c# program i want to call my vertex ai endpoint for prediction with an api key (via "Google Cloud"/Credentials/API Keys" )). I gave the api key access to Vertex AI and as a te...
Crispa asked 24/6, 2022 at 15:38

5

Solved

Suppose I am developing a mobile application that makes calls to an API server. The API server is secured by an API Key. I cannot hard-code the API Key inside the mobile application because it ca...
Overfeed asked 28/3, 2019 at 9:46

2

Solved

We have a JFrog artifactory that contains a maven repo (and other elements). In my gradle setup, I defined this: repositories { maven { url = uri("https://eu.artifactory....../whatever/&quot...
Emilio asked 5/2, 2021 at 10:20

5

Solved

I want to push some codes to my GitHub Repository. These codes are in different languages like Javascript, Java, Python etc. Some of those codes contain some private API key that I don't want to pu...
Allegedly asked 3/6, 2017 at 9:9

3

Solved

I've just started Google Maps plugin for Flutter and it required me to insert the generated API key into the AndroidManifest.xml file in android/app/src/main/AndroidManifest.xml. A few moments late...
Dependent asked 24/12, 2019 at 21:27

3

I am working on a new Symfony 5.3.6 project and want to implement authentication, based on the new system as stated in: https://symfony.com/doc/current/security/authenticator_manager.html#creating...
Eddington asked 15/9, 2021 at 10:7

4

I have a bunch of API keys and secrets (Stripe, Cloudinary etc), that are currently hard coded in my app. Where is the right place to store them? Should they be in the server, and I just store the ...
Treiber asked 18/2, 2017 at 5:14

2

Solved

Use Case I'm building an iPhone app with a simple signup and login. When a user signs up/logs in, I want the Ruby (Sinatra) server to generate/fetch and return an access token for that user that ...
Unlive asked 20/9, 2013 at 16:1

4

Solved

I am using Nuxt (with SSR/ PWA/ Vuejs/ Node.js/ Vuex/ Firestore) and would like to have a general idea or have an example for the following: How can I secure an API key. For example to call MailC...
Terris asked 8/12, 2018 at 5:34

4

Solved

I'm trying to make an API call to OpenWeatherMap. When I execute flutter run in the terminal, the response.statusCode prints 401 which is code for Invalid API Key, although I have generated t...
Suchlike asked 17/6, 2022 at 3:1

© 2022 - 2024 — McMap. All rights reserved.