Questions tagged [google-developer-tools]

184 questions
1
vote
0 answers

Custom google maps marker loading and updating very slowly

I have to implement custom Google maps GMSMarker. I have referred google documentation to create a custom marker. Issue which I am facing is whenever I want to update the marker it is taking significant amount of time (1 sec - 3sec) to update, which…
1
vote
0 answers

Why does my Chrome Developer Tools show me variable value like this?

Most often than not, I am seeing variable values like in below image in Chrome Developer Tools. Why do you think this is? Can you let me know of a possible setting where this can be reset to the original proper settings? I have tried resetting to…
Anuj Batwe
  • 35
  • 7
1
vote
2 answers

How to send crash reports as an alpha tester for an Android app?

I am using an app that I uploaded to my Google Developer panel in a closed alpha. I managed to replicate a crash on my phone, but I don't know how to send this information back so I can see what happened.
1
vote
1 answer

What is Google "Cloud Test Lab" and how we implemented in android

I hear about Google cloud test lab from here,what are the requirement for implementing our android app for cloud test lab? I tried sample app but they written instrumental test-case and pass it to cloud, Any detail about implementation and…
1
vote
1 answer

Google Developers Console and Google Play Console

I want to implement the "sign in with Google" button in my Android app. And I read this: Before you can start integrating Google Sign-In in your own app, you must configure a Google Developers Console project and set up your Android Studio…
1
vote
1 answer

Google developer console - Project ID or Project number

I've been using this tutorial here to implement the Google sign-in button to my app. I have my project name and ID from the Google Developer Console proof of project id and number I've put the number in the strings.xml file and added
1
vote
1 answer

Google Calendar API SendNotifications = true; Spam Protection

my code for creating events, sharing them with others and sending invites/notifications works perfectly. But what if my code gets somehow stuck in a loop and creating events repeatedly? May I wake up some day with thousands of invites in my…
Pavel Slesinger
  • 498
  • 3
  • 12
1
vote
3 answers

Unable to register Proximity API in Google Developer Console

I'm trying to register for Google Proximity API in Developer Console. I'm refering Google Github Link. Current Status : I've started with the sample project available at the Google Github Repository. I have created android key and OAuth Client ID…
0
votes
0 answers

styling button for signinwith gooogle using react-oauth/gooogle

How can I custom style the sign-in with google to give it specific width height icons and text. I am using "@react-oauth/google": "^0.11.1",. Below is a snippet of my code. I tried passing the size and with styling props but there seem to be a…
0
votes
0 answers

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 script because it violates the following Content…
0
votes
0 answers

use GoogleNetHttpTransport.newTrustedTransport() func, return a error! java.lang.ExceptionInInitializerError

This is my maven dependent libraries. com.google.apis google-api-services-androidpublisher v3-rev20230615-2.0.0
0
votes
0 answers

How to keep google Oauth token permanently without publishing the application

I needed to write an automation as I need to retrieve my events from a third party application to my google calendar. Google Calender has option to add calendar from url but I need it to sync instantly and have it cooler separated based on the type…
0
votes
0 answers

Not able get access token from developers.google.com using googleapis

Iam try to get oauth2 access token from https://developers.google.com/oauthplayground but get this error GaxiosError: invalid_grant at Gaxios._request (/home/epit/Desktop/app/server/node_modules/gaxios/build/src/gaxios.js:129:23) at…
0
votes
0 answers

Exact Search Google Dev Tools (Console)

I'm struggling to figure out how to do an exact search in Google Dev - Elements. For example if I want to search http it will also show me https. How do I an exact search for http only?
0
votes
0 answers

Chromium Developer Tools not hitting breakpoints AND source of triggering events not visible

[The Past] (that I could cope with, get around by): from time to time I used to run into a problem in which Chromium Developer Tools would not associate running code with the actual files it downloaded. At least that's how it 'feels'. The code file…