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
2
votes
1 answer

Google Drive Api stops working after publishing app

I'm using google drive api in my app which works fine on both debug and release builds when I install it using .apk file. But if I publish the same release .apk on playstore and then download it from there I can't sign in to Google. All I can find…
2
votes
1 answer

Is there an advantage of having a single google console API project for different apps/usage?

What is the benefit of having different projects (console) than having a single project for all your different apps. i.e I have one project that is used for googlesheet auto update I have another project that is used for google email automation I…
2
votes
2 answers

Google play store rejected my app

Me and My collaborator(iOs developer), developed an application. I developed the Android version and He developed the iOS version. So, we used the same content and images. He published successfully his iOs version, but Google play store rejected my…
Imene Noomene
  • 3,035
  • 5
  • 18
  • 34
2
votes
0 answers

Weird caching behavior "Provisional headers are shown" in Chrome?

Can anyway explain the results in Chrome of the tests below? It doesn't look logical to me. TEST.HTML Test Test caching behavior…
2
votes
1 answer

Project deletion date in Google API Console

As specified in the Google Platform Console Help, there is a period of 7 days to remove a project once it has been selected for deletion. And it also says this period could vary depending on the billing setup. This period has expired and I want to…
Alejandro Morán
  • 669
  • 1
  • 13
  • 36
2
votes
1 answer

Google Contacts API and Origin error

I use Google Contacts API version 3.0 and when i want to call one of addresses for request data from contact list this error happened: XMLHttpRequest cannot load https://www.google.com/m8/feeds/contacts/XXXX@gmail.com/full. Response to preflight…
alireza
  • 1,173
  • 4
  • 19
  • 40
2
votes
1 answer

Migration of Google Project to Firebase Console

Will importing a Google Project into Firebase interfere with or break the operation of any legacy applications using the related APIs? For example, we currently use the Youtube APIs to allow users to upload videos to a website. Would this be…
2
votes
1 answer

Bypassing the google permission dialog to access the required data

My asp.net mvc application access Google Analytics services for which Google requests permission. Is there a way we can bypass or automatically authorized it without showing the dialog box to user? Problem is I dont want the account details to give…
2
votes
1 answer

Why am I getting error code 403 while trying to fetch google+ profile image from my ios app?

I have a google iD of some user and I want to display his google profile photo in my app. In my swift code I try to fetch the json with necessary information (based on this answer https://stackoverflow.com/a/22526130/3766930 ). This is my code: …
user3766930
  • 5,629
  • 10
  • 51
  • 104
2
votes
1 answer

Clarification - using Blobstore API to upload images/videos to Google Cloud Storage

I've been beating my head trying to figure out how to upload images/videos using Blobstore API to Google Cloud Storage for my App Engine Python web app. Here's is where I am so far: I use the following code to create an action URL for my HTML…
2
votes
1 answer

Google Play Developer Console - Delete a game service

I want to do some cleaning in my Google Play Developer Console by deleting a game service which has currently two linked apps (one for debug and the other for the release). This game service was published by mistake and now, I get this message which…
2
votes
1 answer

Google Developer Console Internal Error with Datastore

I still use the legacy dev console most of the time because whenever I've tried the newer console it has always given an "Internal Error" when trying to view datastore entities or view to Queries section. I was hoping the new, more colorful dev…
2
votes
1 answer

How to valid purchase between an app and node.js server using google-play-purchase-validator

I have an app that I am testing that is free to use but has in app purchases. I have it running in alpha on the google play store, I got past using the android.test SKU and then installed my own that work. Now, when someone makes a purchase I want…
Never Nor
  • 377
  • 2
  • 16
2
votes
0 answers

How can I read current Google Analytics API limits or used quota

We have a widget which filters analytics referrer spam in Google Analytics by adding 30+ filters to each property-view. Google Analytics API has a limit of 500 write operation per day, which sucks, because our widget is used a lot and we need around…
2
votes
0 answers

Error 403: dailyLimitExceededUnreg using Google+ APIs in android application

I'm building an app which needs to retrieve personal informations (specifically, complete name, profile picture and cover picture) from the logged google account and I'm trying to do this without implementing the Google+ Sign In, which I think is an…
fedexist
  • 155
  • 2
  • 12