Trying to hide API Key using another JS file, but it prevents API from working properly [closed] - api

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 months ago.
Improve this question
when I had API key info on the main script, fetching API data was working properly. But when I try to hide API key using config.js file. It stops working. Does anyone know what is the problem? (*red highlighted boxes on the images are only difference after hiding API key)

The most appropriate approach is using the .env file or environment variable to hide your API key.
For more details -
How to use .env file

Related

"Application not found" Error while trying to login to JetBrains account from IntelliJ Idea [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed last year.
Improve this question
When I click on Login, it shows this error
This is Windows-specific issue. It happens if the default browser is not set or the html file association and/or http protocol associations are not correctly set. The same error may occur when double-clicking an Internet Shortcut (.URL) file in the system.
To resolve the problem, use Default Programs to reset the default Web browser preference.

Can't create a Kotlin class or file [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
I just started to learn Kotlin, but the course that I'm using seems to be outdated.
When I try to follow its steps to create a class or file, the option is not there, instead there are Kotlin Script ou Worksheet.
trying right click on src
neither right clicking on main
I'm using IntelliJ 2021.1.2 and JDK version 16
you should choose android not project first
enter image description here

Initializing the APIs Explorer [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am an IT also G suite Administrator.
When I use API explorer : https://developers.google.com/admin-sdk/directory/reference/rest/v1/users/update
I got this error :
Error initializing the APIs Explorer
Cannot find specified method in converted discovery doc.
I check this page : https://developers.google.com/discovery/v1/reference/apis
But I still don't understand.
This seems to be a bug:
Try this API functionality is currently not working for some of the methods of Admin SDK, including the ones from Directory API and Reports API.
Instead of displaying the usual Try this API sidebar:
The message you mentioned is getting displayed:
Because of this, you cannot currently try these methods in the reference docs.
Issue Tracker:
This problem has already been reported before in Issue Tracker, and it has been forwarded internally by Google:
Error initializing the APIs Explorer
Anyone affected by this, please consider clicking the star on the top-left of the referenced issue in order to receive updates and to help prioritizing this.

How to use reCaptcha2 solving Services in Selenium python : Python Auto Captcha solver [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I am trying to automate a website and it's displaying captcha at some point I just want to know how I can add Auto Recaptcha solving services in my code so the execution of the code does not stop. I have tried Anti-captcha but it's not working and they don't have proper instruction on how I can use their service.
https://anticaptcha.atlassian.net/wiki/spaces/API/pages/196635/Documentation+in+English
This is an anti-captcha documentation page but I am not getting what I have to do to use it in python.
Is there any way I can bypass reCaptcha using any paid service?
I've used 2captcha before for automating captcha solving. So that would be my first go to. They have easy to read documentation and getting it setup with selenium isnt to challenging. https://2captcha.com/api_examples

Test case scenarios of import excel feature in web application? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
I am a Quality Analyst. Performing testing on a web application. So in my web application, there is one button of "Import excel". Through which we can import some records of user like Email Id, Mobile No, Name, etc. So as I am a beginner I want test cases scenarios for testing that import excel feature.
You can try out the following scenarios:
Check different file (Other Then Excel)
Small/Large size file
Enter all the records Email id, Mobile, No and name and then leave one row empty and check the behavior of the system.
Make sure that on uploading empty file, error message should be displayed.
Make sure that multiple users can at a time perform the upload process.
Make sure that empty spaces in between the uploaded content is not displayed in the corresponding listing page.
Make sure that on trying to upload already existing data, proper notification message is displayed.