Questions tagged [google-developer-tools]
184 questions
0
votes
1 answer
Google smart action
We develop an app to be used with Google assissant. All works fine in develop envirnoment, than when we deploy in test envirnoment on aws we have these errors from Google:
DEADLINE_EXCEDEED
RESOURCE_EXHAUSTED
these when we answer to a Sync…
0
votes
2 answers
Testing Google Play Real Time Notification with purchase flow
I am implementing the real time notifications for my app. I see that in the developer documentation: https://developer.android.com/google/play/billing/realtime_developer_notifications they have asked to test by using Send Test Message from the…
0
votes
1 answer
Not able to fetch registered project details, google developer console
I was going integrate google login in application.
As i have login into https://console.developers.google.com/ but not able to get my project (which i have created) data for client ID and client secret Key, or other details. I don't know what is…

hardy
- 880
- 2
- 13
- 30
0
votes
1 answer
Uploading a video and then retrieving it by id using YouTube Data API
Okay, I'm getting video id's returned from the API after I use the insert function to upload my videos, but I'm not sure if or where they're being uploaded.
youtube_request = youtube.videos().insert(
part="snippet, status",
body={
…

Jennifer Kelley
- 41
- 3
0
votes
1 answer
Environment variable not working with GCP- Windows 10
I'm currently working on using the Google Cloud Platform Speech-to-Text Api. I've followed the prompts and read some of the possible errors and troubleshooting information on the developer site. But I can't seem to make the env variable needed to…

EdAlex
- 25
- 8
0
votes
0 answers
Tried using a breakpoint but my code on the developer tools is in red and can't hover over the values
Anyone know what this means and how to fix it? I'd like to be able to hover over the values on the breakpoint but half the code is in red for some reason. I am using react.

scotth527
- 77
- 2
- 10
0
votes
1 answer
Popup.html is the same in all tabs (Chrome extension)
My extension checks for broken images on a website. Everything works fine if I open an URL at a time but if I open several URLs from one site, the summary in popup.html is always the same as the active tab (it's not updated for each site).
I don't…

Emirodgar
- 178
- 7
0
votes
0 answers
How to know the folder paths to code bits assembled with includes?
The problem:
An "index.php" is built using three pieces of code: "header", "content" & "footer", when I use "view page source", I'll see only the fully assembled index.php code, not to what file part belongs the header, content or footer and what is…

andreygomes87b
- 1
- 1
- 3
0
votes
0 answers
Is there a way to verify the sender of an SMS when using the SMS Retriever API?
I'm working on a banking application where part of the requirements involve disabling the OTP field and retrieving it from users phone automatically. The point of this is to prevent fraud in the event that a user naively gives out his/her OTP.
This…

mustapha jide
- 31
- 1
- 4
0
votes
1 answer
Runtime error : SWIG std::function invocation failed, in azure databricks
While using the Routing solver of the google or-tools,a runtime error is thrown. There was a no changes made in the code segment,before and after getting this error. Previously, it was working. But recently after a DB connection modification was…

Gayatri Padhi
- 25
- 4
0
votes
1 answer
Google Bar Graph Chart using php and mysql display will multi colors automatically?
I need Multi color Like Pie Chart, how to do that in Bar Graph Chart?

Mohamed
- 1
- 4
0
votes
0 answers
Not able to send Message from popup.js to event.js
I am trying to send rate entered by user in popup.html to event.js via popup.js but I dont know why it is not working I tried to add alert in event.js to see if rate is coming from popup.js and alert is working correctly but still I am not able to…

Expectations vs Reality
- 43
- 1
- 7
0
votes
0 answers
How to hide shadow root in the element inspector panel?
I use some web component libs like "LitElement" and I don't want to inspect all of the shadow doms. I only foucs on codes I write. Is there any way to hide them?

Zero
- 131
- 1
- 8
0
votes
1 answer
Finding some playlist information from a Website
I am trying to implement a radio app for the following website:
http://www.c895.org/mp3/
The website uses the SGPlayer to display the artist, and song names. I am able to retrieve that information, but I am unable to find where I can access the…

beastlyCoder
- 2,349
- 4
- 25
- 52
0
votes
3 answers
How can we use the android developer fundamentals V2 (concepts and codelabs) without an internet connection (offline)?
Well, I need to learn how to program applications on Android,i start this course https://developer.android.com/courses/fundamentals-training/overview-v2 and for economic reasons, I dont have an internet connection very often.
Is there any…

Marcelo Ramírez
- 3
- 1