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

I am getting googleservices error on android studio

This is my build.gradle code Error:Execution failed for task ':app:processDebugGoogleServices'. Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is…
0
votes
0 answers

Adding multiple mime types and file extensions in Drive UI Integration in API Manager

Is it possible to combine multiple mime types and file extensions in the API manager while Drive UI Integration. Ho do I add Default extensions, adding one by one is tedious.
Code Guy
  • 3,059
  • 2
  • 30
  • 74
0
votes
1 answer

When testing IAP in PlayStore, how do I know I'm on a test account?

I added an alpha tester account on Google Developer Console to test the IAPs in my Android app. However, I'm not sure if I'm indeed on a tester account when trying to purchase something. When clicking on a button to purchase something, I got the…
user5455540
0
votes
0 answers

Google developer api, max number of projects reached

Today when i tried creating a new project in the Google Developer console, I got the message that i has exceeded my limit of projects, and that i should request more. The way i've been going about it till now is to make a new project for each of my…
0
votes
0 answers

Creating & Using Correct Google OAuth 2.0 Key for Android IAP & Game Services

I'm having some trouble getting the clientId to configure correctly for use of IAP and Google Play Games leaderboards & achievements in a game I'm ready to launch. If someone here has experience working with Google Developer Console, and has roped…
0
votes
1 answer

Running my Android App on my Alcatel pixi theatre 4 (6) phone

I have issues with running my developed app on my phone from android studio. It is really giving me a lot of concern. This is error I keep getting. Information:Gradle tasks [:app:clean, :app:generateDebugSources, :app:mockableAndroidJar,…
goodnesskay
  • 695
  • 6
  • 14
0
votes
2 answers

Google Play console : where is now located the monthly sales invoice?

Until one or two months ago, the monthly sales invoice edited by Google (corresponding to the money earned with my app and paid by Google to my bank account) was in the Google Checkout. I cannot find it there anymore. Where can I find it now…
toto_tata
  • 14,526
  • 27
  • 108
  • 198
0
votes
1 answer

Batch file doesn't complete on certain computers - Uses Google Developer Console

Problem I have the following batch file (see below), on my own computer it runs successfully. It runs a Python executable compiled with GooeyParser, passes some variables to the batch script through temporary text files, then uses Google Dev Console…
0
votes
1 answer

Google Translation API keep return error via cURL

I'm trying to make a GET to Google Translation API to translate a simple string "I love you" https://www.googleapis.com/language/translate/v2?q=I+love+you&target=es&key=*************** In the browser I get: { "data": { "translations":…
code-8
  • 54,650
  • 106
  • 352
  • 604
0
votes
2 answers

Could anyone help me to find settings Google Console

I know that is stupid question but i realy can't find where i can change SHA1 key of my project... I found exactly explenation of that what i need in another SOF question He said that we need following the link and than Project => API & Auth =>…
Sirop4ik
  • 4,543
  • 2
  • 54
  • 121
0
votes
0 answers

Google Developer Console continuously gives errors

I am trying to create a project on Developer Console. Step 1, creating the project goes fine. However, I cannot enable an API (Gmail in my case). I have been trying this continuously for past two hours. I've also tried deleting a project and then…
0
votes
1 answer

No device supported for my app on Google Play Developer Console

I'm having trouble with the Google Play store that insists that my app is supported by 0 devices. I've tested my app on different devices and it works very well, there's no reason for it to be incompatible with every single Android device. Thanks in…
0
votes
1 answer

Disallow sharing Google Mobile Developer Services data with Google after allowed

When creating a new app on https://developers.google.com/mobile/add?platform=android&cntapi=gcm, I got the following to check or uncheck: Share your Google Mobile Developer Services data with Google to help improve Google's products and services.…
0
votes
2 answers

Google Developers: You have exceeded the maximum number of projects that you can create

I have ten Android apps that support Push Notification with OneSignal. I always followed this manual: OneSignal manual: Generate Google Server API Key. I always created a new project as in the manual described. Now I wanted an eleventh app to be…
0
votes
1 answer

Why are Google API manager credentials necessary? (Or are they?)

I'm making an Android app that uses the Google Calendar API with a group of 3 other students, and we're struggling to understand the authentication process. We expected to be able to be able to just include a Java library that calls the API and set…
Michael Hoffmann
  • 2,411
  • 2
  • 24
  • 42