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

google api c++ library ./prepare_dependencies.py error

I am working on a google fusion table project with c++. I tried to install google api c++ library downloaded from https://github.com/google/google-api-cpp-client. When I ran >> ./prepare_denpendencies.py , I got error shown below. Can someone help…
0
votes
1 answer

Can I use GoogleApiClient to connect to my own GAE Endpoints API?

Can I use GoogleApiClient to connect to my own GAE Endpoints API? Perhaps by adding some kind of special scope? I know it's probably impossible (after all, my own API isn't Google's) but I'd love to leverage the G+ log in functionality! Thanks and…
0
votes
1 answer

Need to serialize, or load once, the Google's API (google-api-ruby-client) in Rails

Note: Be sure to locally cache a copy of the APIs you're using. Doing so saves a round-trip to Google servers on every run. You can do this by serializing the returned Google::APIClient::API object to an appropriate location. Check the sample…
6ft Dan
  • 2,365
  • 1
  • 33
  • 46
0
votes
1 answer

I have a problen whith AsyncTask class

I am new to android programing and I have two, one problem in the AsyncTask class named RetrieveTokenTask(), in this class I get a token for access email account on gmail, when I call the AsyncTask class create a infinite loop and the message for…
Fernando Bernal
  • 99
  • 2
  • 11
0
votes
1 answer

GoogleApiClient versus google-api-java-client

I saw a really nice post on stackoverflow on the difference between GoogleApiClient and GoogleAuthUtil. I am trying to understand where the google-api-java-client (and google-api-java-client-android) library sits with respect to GoogleApiClient in…
0
votes
2 answers

How to start an activity with a custom layout from Wearable when Handheld device receives a Push Notification

I am trying to launch an Activity form a Wearable device (watch) when a push notification is received on a handheld device. I read in other questions that I will need to send data over to Wearable, then in the "onDataChanged" event I can build the…
0
votes
1 answer

Best way to gather g+ avatar/name for appengine app

editied original question: Im trying to make a google appengine app which uses the g+ avatar and human name... ... So it seems that i need the google-api-python-client library in my app. ... to enable access to the profile scope so i can look up…
0
votes
1 answer

How to use deferred.defer with oauth2 in google app engine?

I have decorator: http = httplib2.Http() service = discovery.build('gmail', 'v1', http=http) # Creating decorator for OAuth2 account. decorator = appengine.oauth2decorator_from_clientsecrets( CLIENT_SECRETS, …
SkyFox
  • 1,805
  • 4
  • 22
  • 33
0
votes
1 answer

Google plus api: missing attachment on some posts

I've a problem with google domain api: when I get the list of activities of a user, for certain activity the attachment is missing. Exactly, I can't see attachment for post like: - google drive file links, for which google plus in his interface puts…
0
votes
1 answer

OAuth request to Google succeeds locally, but fails with "invalid_grant" on Heroku

I'm using a Google service account to make API calls for my Dashing dashboard to Analytics. I'm using the Legato gem to get Analytics data, and authenticating using the gem's wiki's instructions for service accounts. I've put my Google username and…
jessepinho
  • 5,580
  • 1
  • 19
  • 19
0
votes
1 answer

gapi.client.request() not working

I am using Google API for freebase and this simple and a perfectly valid call is not working. I've verified from docs that I'm making correct call but chrome debugger says otherwise. var request =…
Maxsteel
  • 1,922
  • 4
  • 30
  • 55
0
votes
0 answers

google api client not resolving to a type,while integrating google plus in android app

I am done with the downloads of the respective libraries from https://code.google.com/p/google-api-java-client/downloads/list, even then the issue is not being resolved,libraries i am referring are and the sdk manager is: google play services…
nobalG
  • 4,544
  • 3
  • 34
  • 72
0
votes
2 answers

file uploaded with empty content using google drive php api

Below is the code. which uploading/creating/inserting a file on the google drive using google drive php api successfully, but after uploading the file it's contents are empty. session_start(); set_include_path("/src/" . PATH_SEPARATOR .…
0
votes
0 answers

Google Api is not working properly

I am using google api (php). But it is not working as I want it to. I am using this api to import user's photos to my website. But I am not able to import them. Infact I can Import the images from the user account in which I have created the app.…
Ashish Shah
  • 152
  • 1
  • 3
  • 16
0
votes
0 answers

Google API SignedJwtAssertionCredentials change sub account

I am currently working on some code that connects to our Google apps domain, makes some administrative changes and then impersonates different users in our domain and uploads data to their drive, email and calendar. What I'm trying to do is figure…
1 2 3
99
100