Questions tagged [google-api-console]

The Google APIs Console is a web interface for managing and viewing traffic data, authentication, and billing information for the Google APIs that are used by a project.

The Google APIs Console is a web interface for managing and viewing traffic data, authentication, and billing information for the that are used by a project.

97 questions
0
votes
1 answer

Impact on existing Android application when upgrading Drive v2 to v3 (Using Google Sign-In)

We have recently upgraded our Android application from Drive v2 to use Drive v3 API. The last time we upgraded was when Google Drive had its own individual web console. During the upgrade we noticed that we now have to use GoogleSignIn to access…
0
votes
1 answer

How can we restrict, that google api calls can be made only through one specific IP.

I am making a script to get google analytics data using API in php. I am able to fetch data through API, using service accounts model. Now I want to restrict that API to only return data, if API calls are made from a specific defined IP. I am unable…
0
votes
1 answer

Google Toolkit API Settings Save not working

On the Identity Toolkit API Settings page on Google API Console I have provided all the URLs and Rollout %. I see the client and server configuration snippets and the blue Save button. No errors reported. Click Save. It goes to Saving... for a…
Bernie
  • 3
  • 2
0
votes
2 answers

download file from google drive using asp.net

I am trying download file from google drive using the code below: public static Boolean downloadFile(string downloadurl, string _saveTo) { if (!String.IsNullOrEmpty(downloadurl)) { try …
Yogesh Aswani
  • 43
  • 3
  • 10
0
votes
1 answer

Google Developer Console - reuse deleted credentials

I accidentally deleted my production OAuth credential for my Android App, from the Google Developer Console. When trying to add it back, using same SHA1 it says it can't, because the SHA1 is already in use. I've waited 10 days, and it is still not…
0
votes
0 answers

Failed to go to Google Api Credentials

I am incorporating google plus sign in my app and for that i have created client keys in Google API console but suddenly I don't know what happened,I am unable to view the credential page and when ever i click the credentials it shows:- Error You…
Animesh Jena
  • 1,541
  • 1
  • 25
  • 44
0
votes
0 answers

Getting "Error: invalid_client" after the application migrated to use Google OAuth2

My application is using Microsoft ACS namespace to integrate with Google login. It was using Google OpenID 2.0, but now it has been updated to Google OpenID Connect. I have set up OAuth 2.0 in the Google Developer Console, such as creating a…
0
votes
1 answer

can't get refresh access token from google in live server

I am creating a google application to get the user google account data. when i am using the oauth 2 in local with access_type = 'offline', it asks for offline access permission and i can get the refresh access token. But if i use the same code for…
0
votes
0 answers

Google Developer Console - duplicate OAuth Client IDs being automatically generated?

I have an Android application that uses Google APIs (Drive API, Drive SDK, G+ API) which is currently working properly. Within the Google Developer Console I originally created two 'Client ID' OAuth Credentials one for production and one for…
0
votes
0 answers

Google API Access for Android Apps duplicate app

In regard to Keys for Android apps, if my app name is com.example.awesomeapp and I register that in Google API Console for Google Maps v2, can someone else register the same app with a different key? If not, how can I tell if someone else has that…
0
votes
1 answer

google map doesn't display in android. "App has unfortunately stopped" error

We have tried to view google map preview in android using google map api from google API console.v2 The following code has been taken from google developer's site but app is giving error 'unfortunatelly stopped' activity_main
0
votes
1 answer

Groups not working in Google API console

It appears that I can add a group to a Google Developers Console project. Project owners can share a project with an email address that represents a group, but every project must have at least one project member that is an individual, not a…
Paul Draper
  • 78,542
  • 46
  • 206
  • 285
0
votes
1 answer

How can I recover access to Google API Projects where the last owner was deleted

I've got a bit of an issue. The last owner of a couple of API projects left my company and subsequently his google email account was deleted more than a month ago. This has left us in a precarious state as we are unable to gain administrative…
Tom L.
  • 1
  • 2
0
votes
1 answer

How to get google traffic status in android application?

I want to get the traffic status which is recently introduced in Google MAP in my application. Is it possible to do this with Google MAP V2? And I don't want to simply launch already installed google MAP app.
0
votes
1 answer

Server Error on saving Consent Screen

I am unable to save my consent screen settings if I put an email and/or a callback url into the settings. If I enter only product name, then I can, but of course this causes my app to fail. I'm using this simply to allow login with Google via Hybrid…
Mike Meldrem
  • 499
  • 1
  • 4
  • 12