Questions tagged [google-data-api]

Services at Google provide external access to data and functionality through APIs. Google Data APIs is a set of APIs provided for consuming data from Google services.

Services at Google provide external access to data and functionality through APIs. Google Data APIs is a set of APIs provided for consuming data from Google services.

More info

263 questions
107
votes
12 answers

How can I access Google Sheet spreadsheets only with Javascript?

I want to access Google Spreadsheets using JavaScript only (no .NET, C#, Java, etc.) I came here and was shocked to know that there is NO API for JavaScript to access Google Sheets. Please tell me how to access (CREATE/EDIT/DELETE) Google Sheets…
105
votes
8 answers

Accessing Google Spreadsheets with C# using Google Data API

I'm having some information in Google Spreadsheets as a single sheet. Is there any way by which I can read this information from .NET by providing the google credentials and spreadsheet address. Is it possible using Google Data APIs. Ultimately I…
97
votes
16 answers

Where can I get Google developer key

I am working on Google API like chat, contacts and so on... I am stuck on developer_key as mentioned in gdata doc. You can get this at https://code.google.com/apis/console: 'developer_key' => '' I have already: // OAuth2 Settings, you can get these…
Neelesh
  • 1,438
  • 2
  • 12
  • 20
93
votes
24 answers

invalid_client in google oauth2

I try to make a web page for youtube video upload, therefore I try to get the client id from google api console, and in the api console it shows something like this: Client ID: 533832195920.apps.googleusercontent.com Redirect URIs:…
Bob
  • 941
  • 1
  • 6
  • 3
67
votes
1 answer

Google Sites API full-text search does not work for non-Western languages

In my JavaEE application, I'm using the Atom-based Google Sites API to retrieve content from a non-public Google Site. In essence, we're using the Google Site as a lightweight CMS, and from within the application I use the API to retrieve the site…
Robby Cornelissen
  • 72,308
  • 17
  • 104
  • 121
30
votes
4 answers

Google Analytics API: filter by URI?

My site has user profiles that are accessible via URLs that look like this: www.domain.com/profile/123/.... I want to show users page view statistics of their profiles, but need to be able to do wildcards. For example, this…
StackOverflowNewbie
  • 35,023
  • 98
  • 252
  • 421
23
votes
4 answers

Office 365 development API like Google Docs?

Is there a Office 365 development API like Google Docs? I was searching web but I was unable to find.
Robert Grezan
  • 1,188
  • 3
  • 12
  • 26
20
votes
2 answers

How to get consumer key and and consumer secret for gmail api?

I am trying to use Gmail php xoath php samples, however it requires to enter consumer key and consumer secret which I could not find how to obtain in Gmail api documentation. Does any one know how to obtain them or know of any related documentation?
khr2003
  • 965
  • 4
  • 11
  • 21
18
votes
3 answers

How do C# classes deal with dollar signs in JSON?

I'm getting a JSON feed from Google's data API and a lot of the property names start with a $ character (dollar sign). My problem is that I can't create a C# class with a variable name starting with a dollar sign, it's not allowed by the language.…
Jonathan Sewell
  • 729
  • 10
  • 26
15
votes
3 answers

How to upload Video to youtube using Google.Apis.YouTube.v3 and C#?

I have created console application using C#. Which will upload Video from local drive to youtube. I have created new app in google api using this link. I have also installed all required packages using nuget. When I run my application I am getting…
11
votes
1 answer

Is there a Delphi implementation of Google Data APIs?

Google offers various libraries for interfacing with the Google Data APIs. Currently these do not include Delphi (Win32) support. Has anyone done any work on a Delphi interface to Google Data, or the underlying Atom/AtomPub protocols?
10
votes
2 answers

Retain Formatting Using Group By Aggregation in Google Visualization API

Using Google's Visualization API, I use google.visualization.data.group to create sub-tables based on my raw data. My raw data uses the trick of {v:"US", f:"United States"} to display something other than the value, but when I use the aggregation…
jmac
  • 6,828
  • 1
  • 26
  • 56
9
votes
1 answer

Programmatically change gmail status via OAuth or Authsub

I would like my application to programmatically update my user's gmail/google talk status on their behalf but I dont want to store their password because of the privacy risk Does anyone know if/how it is possible to use Oauth or some other form of…
Aneto
  • 115
  • 1
  • 7
8
votes
4 answers

Accessing '.pickle' file in Google Colab

I am fairly new to using Google's Colab as my go-to tool for ML. In my experiments, I have to use the 'notMNIST' dataset, and I have set the 'notMNIST' data as notMNIST.pickle in my Google Drive under a folder called as Data. Having said this, I…
Adhish Thite
  • 421
  • 1
  • 4
  • 17
7
votes
3 answers

Ruby on Rails 3 and Google Book Search

I'm trying to get started using the Google Data API for Google Book Search in my Ruby on Rails 3 application, and I don't even understand how to get started. What gems do I need? What do I need to do in order to do something simple like searching…
Andrew
  • 196,883
  • 184
  • 487
  • 673
1
2 3
17 18