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
-1
votes
3 answers

How to develop admin/staff app for food ordering app?

So, I am very new to android development and my goal is to build a canteen ordering app for my school such that students can order food through phone without standing in queue. So, if I build an app for user side how could staff in canteen receive…
-1
votes
1 answer

How to Create OAuth Client ID?

I am trying to run this github project. For this I need to create credentials and OAuth Client Id. When I click to create. After selecting web applications and typing the name I see authorised javascript and authorised redirect uri. So what should I…
-1
votes
1 answer

Is there a API for developres for register cast apps?

Hello there i'm in a situation where i need to register a lot of new cast apps and i'm wondering if there is any API to do this task instead of doing it manually one by one on the SDK Developer Console as the docs suggest. I already created one Cast…
-1
votes
1 answer

I can't create a google developer console

I was very surprised to see that my country is not on the Supported locations for developer & merchant registration Google developer console's list. so is there any other alternative to create the account?
-1
votes
1 answer

Turn "Google Developer Console" on

I have to Turn on "Google Developer Console" in my "Admin Console > Apps > Additional Google Services" but I can't find it. I am Super-Admin. I need to use Google Maps API.
LWC
  • 21
  • 2
-1
votes
1 answer

Android : Google Speech Streaming APi

Hey i need a Help on google Streaming Cloud Speech Api if someone use that things. i am getting fast response when i have good network connectivity but in bad network it is not working fine.Sometimes it takes time to give error(Error:low Streaming)…
-1
votes
1 answer

Solutions from google for this services?

I am looking to change my providers and trying to move all under google but I don't find this information 1) for sms gateway google have any solution ? I curently use clickatell.com 2) for email providers google can offer something to send 1 milion…
-1
votes
1 answer

Offline sdk file for Android Studio

Peace be upon to you Please help me I downloaded offline sdk zip file "151"mb , because my network is very slow and hard to download itself. What next steps must I do , to work Android studio and sdk normally on widows 10 Thank you
-1
votes
2 answers

How to find the distance between two location on map i

How to find the distance between two locations on android ecillipse project &php .the project is based on online good transport system .The fare of the carrier needed to be found out so there is a need of finding distance between source &…
-1
votes
1 answer

Google API connection fails after cloning from Git to another environment

We are a team of two trying to build an android app that uses the Google Fit API. The problem we're running into is that only the computer that originally built the project is able to successfully run the app on a device and connected it to Google…
-1
votes
1 answer

Google Maps API: Search Box and Quotas

I have a site with a google maps search box and today I started seeing the error "You have exceeded your daily request quota for this API." This is happening whenever a key is pressed in the search box, not just when it's submitted. Also, I'm not…
-1
votes
1 answer

Problems with Google Developer Console - Sender ID for GCM

I'm not a developer, but a graphic that needs to publish a digital kiosk magazine made with twixl platform. I followed the steps of the twixl documentation to create a Sender ID for notifications on Android (FCM/GCM). I created an app where I…
-2
votes
0 answers

How can show and use Chicago events in my Laravel project

I just want show and use Chicago events in my Laravel project how can I do that. can I use google calendar API or some thing else please guide me I try google calendar API but didn't understand how can I use it I tried many things but didn't…
-2
votes
2 answers

Google map in flutter application

Can we implement google maps in a flutter application which runs once and fetches route from location1 to location2 and then we can move over the route without placing any new request to google API console? Like, for the hikers and travelers who is…
-2
votes
1 answer

When i upload aab file with API 31 on play console.it doesn't work in android 12 devices

Your app current targets API level 30 and must target at least API level 31 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 31. this is the error got when i tried to…