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
1
vote
1 answer

Google OAuth redirect url and Heroku

I'm having problems authenticating through Google OAuth api on a website hosted on Heroku. Everything works in my localhost. This is my configuration on google dev console. It works on localhost. It doesn’t work online. This is the error I…
Bruno
  • 5,961
  • 6
  • 33
  • 52
1
vote
0 answers

issue with google login with php

I am making google login for my website. I have also set my google console settings in my google developer console. and use this code for google login. but it shows me an error: 400 redirect_uri_mismatch while I have already set my redirect_url and…
user10013994
1
vote
2 answers

Get the gcloud create cmd for a cluster created through the GCP UI

Is there an easy way to get the gcloud container clusters create ... command details for an existing cluster? (... Command that can be used to create the exact same cluster) Someone from my team created a cluster on GKE through the UI with specific…
1
vote
0 answers

Google Console not accepting my 64 bit Android App Bundle File from Unity

I am trying to uplaod my game i have created 64bit .abb (android app bundle) file with unity. i have fulfilled all requirements that unity provided and converted to 64 bit. i have also analysed .abb file and found all .so files needed for both 32…
1
vote
1 answer

How to solve restricted_client error in google sign in flutter IOS?

I'm trying to implement google signin in my flutter app when I click google-signin button. when I click continue it redirects to a browser window and tells I have enabled google sign in and place json file in correct path can any one help?
1
vote
1 answer

Unable to publish Google editor add-on to the G Suite Marketplace

Currently, I'm working on a project that will be sharing a written in Apps-Script framework Google Slides extensions. One of the first tasks I've had to do was how to publish an example add-on to a whole private domain? To accomplish this I've used…
1
vote
1 answer

How can I access deleted email from Gmail api?

I need to access deleted email in my domain. But I listed users messages from Gmail API, it returns just undeleted emails.  Is there anyway to accessing deleted email body, header ,etc. ?
1
vote
1 answer

Android Branch IO SDK policy violation

Today my app was removed from Google Play with the following explanation: "Your app is using the Branch IO SDK, which is uploading users Installed Packages information to https://api.branch.io/v1/applist without a prominent disclosure. Prior to the…
1
vote
2 answers

Application stops before showing anything

I've got some problems, only one for now. I deploy my application to Google Play about 2 months ago, and yesterday I received an email relating the app does not open in a device and it break before open, showing on the screen "Unfortunately, (?) Has…
1
vote
1 answer

AMP warning as "An AMP component 'script' tag is present more than once in the document"

I'm facing an issue the warning in AMP pages since last month as "An AMP component 'script' tag is present more than once in the document.".i tried to remove the duplicate script from the AMP, but cant able to find. i don't know weather it came from…
Attaulla KF
  • 33
  • 1
  • 9
1
vote
1 answer

BigQuery not using cached results

my project doesn't appear to be using cached BigQuery tables for subsequent queries. I'm testing a simple: SELECT count(column) FROM table in the console UI and each time it's still processing and billing. I am using the streaming API (python…
1
vote
1 answer

Update to 64bit version google play

How to update version google play required to 64 bit version on android studio All new apps and app updates are required to provide 64-bit versions of any 32-bit native code they provide. Extension: Google Play will continue to accept 32-bit only…
1
vote
1 answer

Can we increase number of topics and subscriptions in a google console project?

I am using google cloud pub/sub for receiving the push notifications of any gmail user by setting a watch on the concerned users mailbox. I am able to do that. I am creating a one topic per user in my google console project and also creating one…
1
vote
1 answer

Programatically whitelist HTTP referrers for Google API keys

We hosts a large number of websites for clients on our bespoke CMS. They all use the same Google API Key for Google's Maps and Geocoding API. We want to start limiting the HTTP Referrer of our Google API Key by listing all of our client domain…
user10805948
1
vote
1 answer

Can we get credentials of a google console project by making an API call and not by going in google console and manually creating them?

I am working on gmail-push-notifications and where I have to create a project in google console and then I have to create credentials for that project manually and using those credentials. Now I don't want to create credentials manually by going…