Questions tagged [google-developers-console]

Before you can integrate Google APIs into your application, you must have a Google Developers Console project.

In order to access any of the Google APIs you must have a project to identify you.

Projects are created on Google developer console website.

796 questions
0
votes
1 answer

New users not showing in developer console

I have recently put a paid app online in the google play store. It was going great but recently the developer console has stopped showing any new users. I had a piece of code that saved every new user in my database (it saved it when the user first…
0
votes
2 answers

Google play store licence limitations

I designed an app and want to sell it on Google Play but have some doubts about it and I hope you can help me: 1) Is it possible to limit the quantity of downloads of my app from Google play (i.e: 2.000 downloads)? 2) Is it possible to make a…
0
votes
2 answers

Is push notifications google api/service available for google contacts?

In one of my application I have requirement where I want user's google contact update should be instantly sent from his google account to my application for which webhook would be better solution. So want to know where I can get documentation for…
0
votes
1 answer

How can I view older Google API quota data?

I am on the quotas page for a project for a specific API. I can see the graph for the usage for the last 30 days. Is it possible to see older data? (Example for quota page:…
0
votes
2 answers

How to get the Browser Key for GCM as per the latest Developer Console?

I want to get the GCM Browser Key in the Developer Console, but the latest Developer Console doesn'tshow the Browser Key selection. If I click Credentials, it doesn't show anything apart from one single key. I don't know what is the procedure to get…
0
votes
1 answer

App Script Error - Encountered an error while globbing file pattern

function appendJoin12() { var datasetId = 'Join_Test'; var tableId = 'Join12'; var job = { configuration: { query: { query: 'SELECT * FROM [instagram-1314:Join_Test.Join1], …
0
votes
2 answers

Unable to see domains in google developer console

I have registered and verified some domains in google dev console. They are verified in webmaster. But somehow, when I go to dev console, I am unable to see any domains. I have refreshed the page multiple times, since 24 hours, tried on incognito…
Atihska
  • 4,803
  • 10
  • 56
  • 98
0
votes
1 answer

Sharing Apps with Bluetooth or WiFi

Is sharing an app between devices using Bluetooth or WiFi considered an install of this app and will be counted in current installs or it should only be downloaded from Google Play directly ?
MAGS94
  • 500
  • 4
  • 15
0
votes
1 answer

Number of installs of an android game

I have a puzzle game on Google Play. Developer console shows me current installs are 5 although I think they are much more than 5 as I have current 47 rates so they should be at least 47.
MAGS94
  • 500
  • 4
  • 15
0
votes
1 answer

APK rejected from Google Play because Cordova is too old, but Cordova is up to date

Here are the versions installed: matt@dev ~/Projects/proj-mobile (release) cordova platforms ls Installed platforms: android 5.2.2 ios 4.2.1 Available platforms: amazon-fireos ~3.6.3 (deprecated) blackberry10 ~3.8.0 browser ~4.1.0 …
mattalxndr
  • 9,143
  • 8
  • 56
  • 87
0
votes
3 answers

How to enable GCM API in the Google Developer Console?

I am trying to enable the GCM API in the google developer console, but it seems they have changed it. When I click Google Cloud Messaging on the API page, it now takes me to a firebase page where it says nothing about enabling it. Has anyone else…
0
votes
1 answer

Error with Google Developer Console with bound Script from Google Sheets

I have a script bound to a Google Sheets file that is intended to create draft in Gmail with attachment (the script is attached below, I got this from other web). This requires other users to enable Gmail API both in the script as well as in the…
0
votes
1 answer

Beacon status not authorized by one app, but seen as unregistered by another app

I'm learning how to build an application that can detect eddystone beacons near by, by following the example of Google's Beacon Service Demo app, that can be found here https://github.com/google/beacon-platform/tree/master/samples/android . In my…
0
votes
2 answers

I am trying to open multiple tabs in chrome without popup blocked

I am trying to open multiple tabs in chrome without popup blocked $('#button').click(function(){ setTimeout(function () { window.open('http://www.google.com','_blank'); }, 100); setTimeout(function () { …
0
votes
1 answer

How to remove package from for GCM configuration?

I am using THIS PAGE to generate configuration file for GCM APIs. I accidentally added a duplicate staging flavored package name: stag apart from staging. I wonder if there is any way to remove it? I cannot find the package list in Google develop…
Arst
  • 3,098
  • 1
  • 35
  • 42