Questions tagged [google-api-client]

**[DO NOT USE THIS TAG]** Please use the language specifying tag for your question instead of this tag.

Please use the language specifying tag for your question instead of this tag.

Below is the original wiki for this tag.

This is an obsolete tag used for an android sdk that no longer exists.

The GoogleApiClient The main entry point for Google Play services integration

Documentation can be found here.

1581 questions
0
votes
1 answer

In-app Billing and GoogleApiClient

I had great fun implementing the GoogleApiClient for my game using GameHelper.java I also want to use the Google billing services so I read the instructions at developer.android.com... Now I wonder why I can not find any code that uses a…
Luca Hofmann
  • 1,442
  • 2
  • 14
  • 26
0
votes
0 answers

Google JS API not loading correctly anymore

for a long time I was using this In my program to make youtube queries and return results. That request is something I learned reading a different Stack question. But now when I…
0
votes
0 answers

Fastest way to get current lat and long once

I am developing an app that needs current lat and long of the user at start up. Currently i am getting lat and long of an user like this: @Override protected void onCreate(Bundle savedInstanceState)…
linkovic
  • 21
  • 4
0
votes
1 answer

Google Task Queue auth from service account vs installed app credentials

Summary: Using installed (native) application credentials, I am able to authorize and use a pull task queue -- using OAuth2 and the REST API v1beta2. This is OK, but I would prefer to authorize and use the task queue under a service account, since…
0
votes
1 answer

Authenticating my android client to connect to an endpoint

I am developing an android app for an online Newspaper company. The company already developed and hosted their APIs on the Google App Engine with OAuth 2.0 support. So I am to develop an android app that communicates with their deployed backend API…
0
votes
1 answer

Why is GoogleApiClient starting a different activity?

I have the following code which is part of a LoginActivity which is not the MAIN or LAUNCHER activity. This activity is started from the Application Class. The problem is, after I press the Login button, the Dialog from where I choose an account…
Adrian Lungu
  • 94
  • 1
  • 3
0
votes
0 answers

Google.Apis.Admin.Email_Migration_v2 HTTP 410 status code returned for a 503 error

Essentially, while using the .NET version of the Email Migration v2 Google API our application is sending up too many requests per second to a single Google Apps mailbox/user; greater than 1 Request per second. A GoogleApiException is being returned…
580
  • 470
  • 2
  • 12
0
votes
1 answer

How to access Google plus domains api using GoogleApiClient object?

The documentation here says the following Warning: The Google+ Sign-In button and the plus.login scope used by Google+ Sign-In, are not currently supported for use with the Google+ Domains API. Requests that are made to the Google+ Domains API…
akshay1188
  • 1,647
  • 2
  • 17
  • 35
0
votes
1 answer

Linking to Google APIs Objective-C Client Library as iOS static library

I have so far used Google APIs Client Library for Objective-C by compiling the source files directly into my app (as described here). If I were to switch over to linking to the iOS static library (as also described here), how would this insure that…
Drux
  • 11,992
  • 13
  • 66
  • 116
0
votes
1 answer

Google APIClient - Invalid keyfile or passphrase

I am trying to port some functionality from a Sinatra App to a Rails app. In the Sinatra app, the code works fine. When I bring the code over into Rails, it fails. I suspect it's in how I'm passing the config.pk file, but after many hours I still do…
steel
  • 11,883
  • 7
  • 72
  • 109
0
votes
1 answer

Android device needs restart/reboot to get GPS locations after having GPS chip active a long time

I'm developing yet another GPS tracking application for Android and I'm testing my code in Sony Xperia SP c5302 with Android 4.3. I made a background service which uses Google Play Services' GoogleApiClient to get fused locations. I'm able to get…
0
votes
2 answers

getting blank name (display name) from google plus api

I am working on login system where user is logged to website using google plus api . I am hitting "me" endpoint after token verification .But I am facing a problem in some cases where I don't get the displayName/Name object of the user . scopes used…
0
votes
1 answer

How can i send mail using + (id)queryForUsersMessagesSendWithUploadParameters:(GTLUploadParameters *)uploadParametersOrNil; in iOS?

We are trying to develop a mail iOS application, I have integrated google gmail-api, also pulled message from my inbox. I get struck send mail through + (id)queryForUsersMessagesSendWithUploadParameters:(GTLUploadParameters…
0
votes
1 answer

clueless why app is get force closed on GoogleApiClient.connect()

the app force closes on calling GoogleApiClient.connect() method, atleast if it doesn't connect it should call onConnectionFailed, but dont know why my app is getting force closed. when i comment GoogleApiClient.connect() method it doesn't force…
0
votes
1 answer

Google + moments not visible on user's feed using google_api_client gem

I am trying to post to user's stream using google api client, I am using below mentioned code require 'google/api_client' require 'google/api_client/client_secrets' require 'google/api_client/auth/installed_app' client = Google::APIClient.new …
Saurabh Udaniya
  • 468
  • 2
  • 17