Questions tagged [google-data]
29 questions
4
votes
6 answers
Anyone found a way to download google chat logs?
I'd like to be able to get all my Google chat logs so that I can use them for training a chat bot type of thing.
I am aware of the limitations that have been imposed by Google so that chats cannot be simply downloaded through IMAP. I'm looking for…

carrier
- 32,209
- 23
- 76
- 99
3
votes
1 answer
Attaching arbitrary Id to Google Contact Address
I am trying to do a synchronization between Google Contacts (via their their Data API) and our internal system.
I want to be able to attach our Address ID to the Google Structured Address but I can't seem to find a way.
I tried to add it as custom…

Pavel Donchev
- 1,809
- 1
- 17
- 29
2
votes
1 answer
Rename a folder / Collection with Google Documents List Data API v3.0
I am trying to rename a collection, but I get the error But
com.google.gdata.util.InvalidEntryException: Invalid request URI
, this is the code that I have
DocsService client = new DocsService("test testApp v1");
URL feedUrl = new…

Alexander
- 277
- 1
- 6
- 17
2
votes
1 answer
Google Federated Login vs Hybrid Protocol vs Google Data Authentication. Whats's the Difference?
I am trying to implement Google Authentication in my website, in which I would also be pulling some Google Data using the Google Data API and I am using Google App Engine with Jinja2.
My question is, so many ways are mentioned to do it. I am…

user225310
- 21
- 3
2
votes
4 answers
Wordpress And Zend
I am wanting to do stuff with the Google Data API, the contacts specifically. The easist method i have found so far is using Zend. The problem I am having is adding the Zend framework. Does anyone know how to do this with WordPress?
Thanks

korki696
- 103
- 3
- 7
2
votes
2 answers
Improve login experience by using google-api-java-client + OAuth 2.0 (Installed Application)
Previously, my installed application (desktop application) is using gdata-java-client with ClientLogin mechanism, for user to access Google service.
In order to provide seamless experience, the desktop application will store users previous entered…

Cheok Yan Cheng
- 47,586
- 132
- 466
- 875
1
vote
2 answers
ClientLogin for Picasa Web Albums Data API with a Google App Domain login
I'm using the Picasa Web Albums Data API to access users' photo albums from a WPF application.
I've followed the code located here:
http://code.google.com/apis/gdata/clientlogin.html
I have created a Picasa Web Albums account with a Google Apps…

mlsteeves
- 1,251
- 2
- 16
- 20
1
vote
1 answer
Google Docs List API PDF File Download is not working ( Android )
We are developing an Android Application to download files from Google Doc.We were able to list the files using Google Docs List APIs. Also we were able to download spreadsheet files from google docs. But when we tried to download pdf file from…

Anwer
- 689
- 1
- 7
- 10
1
vote
2 answers
Oracle to Big Query Tables
I am new to big query and learning it. I have a requirement where I'll have to load close to 300 tables from oracle source to Big Query staging tables. what is the recommended way to load the data? I know I can use dataflow for that but do I have to…

Ven Raj
- 47
- 6
1
vote
2 answers
Google Data Studio - Show absolute change as well as %
Data studio support the functionality of showing the comparison with (for example) last year.
Then we can choose to show % change or absolute value, is it any possible way to show both of them?

J.Doe
- 111
- 1
- 2
- 12
1
vote
0 answers
Google search history based on location
I was wondering if it was possible to grab people's google search data based on a location? Wonder if there is an API available or any way to achieve this.
So for example, I would like to see what people are searching within a city, and maybe use…

Henry La
- 346
- 2
- 5
- 14
1
vote
1 answer
Adding a plugin dependency to my plugin breaks existing non-plugin library (Google Data API)
I'm writing an eclipse plugin. This plugin uses a few local jar files, and additionally has a few dependencies on other plugins.
I'm using the Google Code Search API from jar files, and it works fine; but after I add the plugin dependency…

Oak
- 26,231
- 8
- 93
- 152
1
vote
1 answer
How can i get sample dataset of Google contacts with all of its field populated to test my project?
These are few fields used to represent google contact.
https://developers.google.com/gdata/docs/2.0/elements?csw=1#gdContactKind,
https://developers.google.com/google-apps/contacts/v3/reference
Is there any way i can get a sample datasets for this…

Saurabh Agrawal
- 65
- 1
- 7
1
vote
1 answer
Google Datalab is not working now
The easy-and-famous datalab create instance-name command is not longer working. We did not any change in project/apis/keys/ or any other google options.
The same cmd was ok yesterday and now:
user-used-yeserday@pruebaalexborrar:~$ datalab create…

Alex Montejo
- 11
- 1
1
vote
1 answer
Google App Engine Datastore, returning before it was updated for several seconds
So I have values I need to update in my datastore. I am using a transaction do so as seen below. After the update has been committed I send a result back to the client letting them know the update has went through. The client then sends another…

Chase R Lewis
- 2,119
- 1
- 22
- 47