Questions tagged [google-console-developer]

Google Cloud Platform / Google Developer console lets you build, deploy, and scale applications, websites, and services on the same infrastructure as Google.

Google Cloud Platform / Google Developer console lets you build, deploy, and scale applications, websites, and services on the same infrastructure as Google.

In order to access Google APIs and services programmatically developer must first register there project / application on Google Developer console.

Google Developer console

212 questions
0
votes
1 answer

Google console trouble with outh

I have a google application. Right now all my auth in nodejs working well. But when I'm trying to login using google I have an error that "Sign in with Google temporarily disabled for this app" I've tried to find where I can enable auth, but no…
0
votes
1 answer

Google OAuth Verification and can't add sensitive/restricted scope

It's has been more than 4 weeks that for OAuth consent screen verification. I haven't received any emails regarding that moreover I can't add some scopes as well and no check box for that too. I've done the things as per the documentation and is…
0
votes
0 answers

How can I upload a folder to google drive using pydrive?

f = drive.CreateFile({"parents": [{"kind": "linktodrive", "id": fid}]}) f.SetContentFile('traffic_measurement'+str(y)+'.csv') f1 = drive.CreateFile({"parents": [{"kind": "linktodrive", "id":…
0
votes
1 answer

negative reply back by google play about my android app

after I upload my first app in google play I got a negative reply back and that's the messages I received And don't know what to do, please help
0
votes
1 answer

youtube search using youtube data api v3 in android

I'm developing new app with this feature: - user can search youtube videos from the app .. I tried to use youtube api ..i created project in google console, generated api_key with android apps restriction(wrote app package & SHA-1 certificate…
0
votes
1 answer

Error handling response: TypeError: a.replace is not a function 'With a catch'

I'm getting this error message without any script codes myself, and was wondering how I could find what is causing the issue. How can I find which extension it is, I'm dumb enough to find where I can see where all my extensions are. Just very busy…
roninMo
  • 111
  • 1
  • 14
0
votes
1 answer

Google Play Billing Library - in-app products that can be bought using either real money or virtual coins

I want to add in-app products that can be bought by either real money via Google Play Billing Library or via virtual coins earned inside the app. Where does this product classify: as Rewarded Products or Managed Products? How should I process this…
aLL
  • 1,596
  • 3
  • 17
  • 30
0
votes
1 answer

Configure multidex in my application still working fine on android studio but crash when try to download from play store

App is running fine on my android studio but whenever download from play store app crash on android nougat or lower then then i included multidex but still same error Error Image Click Here Build Gradle : Build Gradle : android { …
0
votes
0 answers

include multidex but still app crashing download from play store

App was running fine android studio but whenever download from play store app crash on android nougat or lower then then i included multidex but still same error Build Gradle : compileSdkVersion 29 buildToolsVersion "29.0.0" …
0
votes
0 answers

ClassNotFoundException BaseDexClass.Loader.findClass

classnotfoundexception basedexclassloader Showing my Google console App Crash report but i'm unable to find but App running perfect from android Studio but when i try to download from play store first time app crash then start working fine Crash…
0
votes
1 answer

Google Cloud Console - Setting up a VM instance from cloning

I currently have a VM Instance in Google Cloud Console. This VM instance has an application that is live which is running against an Apache Server. This application is not in the standard var/www/html folder but instead in a folder…
nav
  • 509
  • 4
  • 19
0
votes
2 answers

Is there a way for publishing an Android App with API level 26 from UNITY 5.6.6?

I made an AR app using UNITY 5.6.6 and I'm trying to publish my app to Google Play that need at least API Level 26. I have tried different ways to achieve that targeted level of API but achieved nothing and the Google Console only recognize my app'S…
0
votes
1 answer

Why do some reviews can't be viewed in Developer Console?

Recently, I received a 5-star rating for one of my android app but the problem is I can't view it / reply it in my developer console. Replying on it, fetches me this message: It happened with me some time back also when someone from Canada…
Rohit Sharma
  • 1,271
  • 5
  • 19
  • 37
0
votes
1 answer

DialogFlow - Calling an intent on button click

I am trying to build a web application(MVC .net core) I just create a simple html button and it hits on the post method of HomeController, starttalking(). All I need to do is as soon as this button is clicked, the google home speaks up the welcome…
0
votes
1 answer

How to i know android app supports 64bit?

I have changed the gradle to something like this, which is in accordance with the documentation from Google Dev. then how do I know if my application supports 64 bits? I tried with Build -> Analyze APK, but I did not find the lib folder or file…