178 questions
0
votes
1
answer
82
views
Where are my endpoints and what are the AJAX requests doing?
I'm testing to see how multiple APIs are performing when run concurrently. My question is that I see on the Developer Tools and Fiddler when the AJAX requests are happening and where they get ...
1
vote
0
answers
371
views
How to convert Google Chrome's Devtools Perfomance profiler json data dump to diagrams like .puml?
I've stumbled across this question Chrome Devtools Perfomance profiler dump json file parser and the links posted there pointed me to Catapult project.
I did cloned the sources of Catapult and ...
2
votes
2
answers
486
views
How to disable yellow lines around elements in the website while opening the google dev console?
A while ago, when I turned on the google dev console, yellow lines around elements started appearing. I don't know what option I turned on by mistake but even after resetting to default, the problem ...
11
votes
2
answers
15k
views
Issues with Dagger Hilt and KSP in Android Kotlin Project: Cannot Resolve Symbol ‘Inject’
I’m working on an Android project with Kotlin and using Dagger Hilt for dependency injection. Recently, I’ve attempted to migrate from kapt to KSP (Kotlin Symbol Processing) for code generation, as ...
0
votes
0
answers
650
views
How do I identity the Chrome extension that is causing console error: Refused to execute inline script because it violates
I was using Chrome developer tools to debug an issue with a website, and I noticed that for every website I visit, this Console error shows at least once:
utils.js:3474 Refused to execute inline ...
1
vote
1
answer
3k
views
Deep linking of gmail app on IOS and Adroid
I have found next: googlegmail:///co?subject=...
The /co endpoint is the only one which works.
My task is to open Gmail inbox with search parameters like from:, in: and others which are available in ...
2
votes
1
answer
2k
views
How to find the analytics page for a Google reCAPTCHA registration
This might be a stupid question, but the Google developer portal is horrible...
I've recently signed up for an API key pair for Google's reCAPTCHA service (https://developers.google.com/recaptcha)
But ...
1
vote
2
answers
3k
views
Download files in network tab in inspection
I'm trying to find a way to automatically download all files (normally more than 60 files) in the network tab. Is there any software, extensions, bots, or something that is capable of downloading all ...
1
vote
1
answer
2k
views
Show source file of objects in Chrome developer tools
When I use the React Developer Tools, I notice that it can show me the source code of the selected component. It's the button on the upper right corner of the Components panel.
When I click this ...
2
votes
1
answer
798
views
Is there anyway to change location accuracy value on Google Chrome when using Developter tool?
I've been trying to find different ways to spoof location on Google Chrome.
One of the ways is to use Developer tools (sensor settings).
The thing is with this method, Google allows me to choose a ...
0
votes
1
answer
624
views
Developer tools - Horizontal Panel - not working
I cannot get the panel layout to change to horizontal, no matter the width of the devtool panel.
Thank you in advance.
screen capture of open devtool panel - set to horizontal, but displaying as ...
0
votes
0
answers
85
views
How do I find and trigger an event while ignoring image prompt?
I have created a chrome extension that gets my desired data-images into a external website file input (fileList) field.
How do I trigger the event of the fileList when the only listener I can see is '...
14
votes
1
answer
3k
views
Why does resizing the window behave differently from resizing the "responsive box" in chrome developer tools?
Yesterday I observed some really strange behaviour and wrote a looooong question on it. As @tacoshy correctly pointed out, the question lacked focus. I will therefore, in this post, focus on one ...
1
vote
1
answer
357
views
Is Google Business Profile APIs "List all reviews" deprecated/disabled
I want to use this API "List all reviews" @ https://developers.google.com/my-business/content/review-data#list_all_reviews, but I am not sure if it is deprecated/disabled as there is a ...
-1
votes
2
answers
167
views
Can't pinpoint error origin using Chrome Developer Tools + Apps Script (Javascript error)
I am trying to debug an error on my code, I am using Apps Script and I know my error is related to JavaScript. To be more exact, here:
agendaColaboradores.append('<input class="...
1
vote
0
answers
361
views
Google play READ_CALL_LOG permission
Reading call log is the basic feature of my app, but i dont know which option to select among the following in the list in the declaration form.
Default SMS handler
Default Phone handler
Default ...
1
vote
0
answers
103
views
chrome devtools -- emulated mobile device external background theme stuck in light mode
chrome set to dark theme, devtools set to dark them, but I can't get the area surrounding the emulated device to match. the bright light theme hurts my eyes (and my soul). can anyone confirm if there ...
0
votes
1
answer
372
views
How do I accept the terms and conditions of the Google Workspace Marketplace?
I wrote an Apps Script add-on for spreadsheets and created a test deployment. When I try installing the add-on in a spreadsheet, I got this message:
The developer of this add-on has not accepted the ...
1
vote
1
answer
188
views
YouTube lifetime token for a server
I'm trying yo create a private application that manages a YouTube account all time, not different ones for clients, only one and the client has access to create a video streaming or other functions ...
2
votes
0
answers
76
views
Horizontal Panel not changing in Developer tools
In chrome developer tools, In preferences, I can not change the panel layout into horizontal mode, if a change it, there are no changes, why?
1
vote
2
answers
81
views
having issues applying flexbox
I'm having some issues applying flexbox on a div.
here is the problem :
<div class="annual-plan">
<div class="icon">
<i class="fas fa-music&...
0
votes
0
answers
27
views
Can I export and share my Google Developer Screen Sizes?
Under "Emulated Devices" I've added a specific set of screen sizes. I would like to share these with someone so they can simply load them into their Google Developer Tools screen sizes. Is ...
0
votes
2
answers
10k
views
How to insert an Image inside QR code using google chart api?
I am generating QR code using google chart api, How can I insert image inside Image.
What I get QR code as for now,
What I want QR code,
can someone help for me to solve this problem.
0
votes
1
answer
1k
views
Post reviews to Google Business Profile
I am creating an app that allows users to rate businesses (who are our customers). The businesses would like the user reviews to be cross-posted to their Google Business Profile in addition to ...
6
votes
2
answers
7k
views
Chrome/Edge developer tools not showing source code in Sources tab unless refresh
I went through lot of questions and answers about this issue but NONE of the answers are talking about the root cause of the problem and how to solve it permanently.
When, I open the developer tools ...
0
votes
1
answer
195
views
How to fix an uncaught promise from audio?
basically I have this javascript that presents multiple audio as shown below.
var audio = [];
audio["blue"] = new Audio("piano-blue.wav.mp3");
audio["red"] = new Audio(&...
0
votes
1
answer
40
views
Copying dimention css styles add spaces, how to fix?
A week ago something happened with my dev tools, when I am copying styles like margin etc. new line added after each number. For example copying this:
margin: 14px 0 3px;
...gives me this when I ...
0
votes
0
answers
99
views
Google Developer Chart Timelines - Adding a header
Is there a way to add headers to the google chart timeline?
Example (Stage 1, Stage 2):
0
votes
1
answer
7k
views
400 Invalid_request You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy for keeping apps secure
I am getting this error when I am trying to register with Google in my IOS app. I have got the REVERSED-CLIEND_ID which looks like something like this: com.googleusercontent.apps..... So far I can ...
-1
votes
1
answer
135
views
How else can I review the responsiveness of a local hosted app without using dev tools?
I'm working on an app on my machine and run it on local host. Sometimes browsers dev tools are not accurate and once I am making the changes in my code and then run, it doesn't look like how it was in ...
0
votes
0
answers
44
views
Google Dev Tools
I was wondering why Google Dev tools is loading the wrong CSS script when working on responsive design
@media screen and (max-width:375px) {
...
#name{
font-size: calc(.8rem + .1vw);
}
.....
0
votes
0
answers
151
views
Is there any way to code google conversion api in javascript/node.js
we can write fb-conversion-api code in node.js using 'facebook-nodejs-business-sdk'. Is there any way to do the same for google-conversion-api
fb-conversion-api link:
google-conversion-api:
1
vote
2
answers
2k
views
Google One Tap UI Not Showing
I am trying to show Google One Tap UI on a barebone template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv=&...
0
votes
2
answers
208
views
How to retreive client's IP using Google appscript
I want to retreive the public IP address of the machine on which my Google Calendar addon developed using Google appscript is being used. How Can I do so inside the code using Google Appscript? Is ...
1
vote
0
answers
114
views
Google Edge TPU dev-board cannot be reconized by macOS BigSur
I have trouble getting started with the edge Tpu dev-board.
Following the instruction, I have complete the first three steps.
However, according to step 4, I have to create an MDT via a local network.
...
2
votes
0
answers
294
views
Android studio wont show image when running emulator keeps throwing error
I'm currently taking the google Kotlin coding course as part of their developer program and am following everything in their guide step by step. I've gotten to the part in the course where they ask us ...
0
votes
0
answers
313
views
not able to access google sheet from service account com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden
I am trying to read data from an google sheet using google sheet api .
GoogleSheetReader.java
import com.google.api.client.auth.oauth2.Credential;
import com.google.api.client.googleapis.auth....
0
votes
1
answer
785
views
Simulate slow network connection for Chrome extensions using React-NextJS
I am developing a Chrome extension that requires me to throttle download bandwidth on the browser programmatically (client-side). After going through almost everything I could find on the web on ...
1
vote
0
answers
268
views
chrome extension - show notifications with buttons - Setting button is not working
I have the following code, I add a new notification with one button... but actually, I see two buttons one that I have added and the second one "settings"
when I clicked on the "...
0
votes
2
answers
861
views
Google Apps Script I want to add all users in an organization to a group
Using Google Apps Script I want to add all users in an organization to a group. If possible, it would be great if it also takes users in its sub-organization. I am waiting for your help in this matter....
0
votes
1
answer
644
views
Google Coral Devboard PWR LED blinking
I have a Google coral Devboard that I've been working on for the past few months. I plugged it in today and the PWR LED is blinking. No connection to the devboard is achievable, fan doesn't turn on, ...
0
votes
0
answers
118
views
Freebusy google API not getting returned with or w/o a key
As can be seen, Ihave read/write access to google calendar (sensitive scope). I want to also have access to freebusy scope of google calendar (not sensitive).
I followed the same steps but just ...
2
votes
0
answers
580
views
Node Puppeteer - unable to step through form if it has a Google AutoComplete Element
I am developing an E2E test for my app. In order to step through the whole workflow and make sure it works from beginning to the end.
Now given a form with an autocomplete element:
I am able to type ...
0
votes
2
answers
117
views
Send email after 3 days of a date and if a cell is blank - Reference error -> Row not defined
I am trying to send an email based on this spreadsheet
My objective is to send an email after 4 days of the request date and if finish date is empty.
I have very little coding knowledge and I'm ...
-1
votes
1
answer
170
views
App Script - Send Email based on days left to date - Email content 1st and 2nd - can't display the columns side by side in the sent email
@NaziA Helped me with this script here.
I am using this to send an automatic email from a spreadsheet when a specific date from a cell is about to be reached (3 days).
As content for the email I am ...
1
vote
1
answer
968
views
App Script - Send Email based on days left to date - Can't make script send it X days left to date
I am using this spreadsheet Here
I am trying to send an email to a specific recipient "[email protected]" when there are 3 days left for a specific date.
Each row represents a person and I ...
0
votes
0
answers
29
views
How can I regain access to a Google Developer account without TFA?
My organization has a Google Developer account that is tied to an employee who has since resigned. We have the credentials for said account, but we're unable to fully authenticate due to the MFA being ...
44
votes
8
answers
62k
views
'Token has been expired or revoked' - Google OAuth2 Refresh token gets expired in a few days
I am using Google Analytics API to fetch analytics data. I tried to authenticate it using following steps:
Created OAuth client ID in https://console.developers.google.com/ credentials section.
In ...
0
votes
1
answer
4k
views
Google Sign-In: Not a valid origin for the client: http://localhost:3000 has not been whitelisted for client ID XXXXXXXXXXXX
This question has been asked before here, but it wasn't detailed and there is no answer yet. So I am posting it here again.
I am trying to implement Google-sign in.
First, I have to test it in local ...
4
votes
0
answers
4k
views
Lighthouse, Developer Tools recommendation to "Remove unused javascript". How do I optimise /node_modules/react-dom?
I've run the performance check in Chrome's developer tools, under the Lighthouse tab. It recommends me to "Remove unused Javascript" and suggests: …/node_modules/react-dom/cjs/react-dom....