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

265 questions
118
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…
106
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…
99
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,458
  • 2
  • 13
  • 20
97
votes
26 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
  • 981
  • 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
  • 91,784
  • 22
  • 134
  • 156
31
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
  • 39,403
  • 111
  • 277
  • 441
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,266
  • 3
  • 13
  • 27
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
  • 1,055
  • 4
  • 12
  • 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.…
Johnathan Sewell
  • 739
  • 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…
14
votes
5 answers

Google Video no longer able to retrieve captions?

As of 4 days ago, you were able to send a GET request to or visit https://video.google.com/timedtext?lang=en&v={youtubeVideoId} and receive an xml response containing the caption track of a given youtube video. Does anyone know if this support has…
12
votes
4 answers

Did Google Sheets stop allowing json access?

I have an app that opens the json version of a spreadsheet that I've published to the web. I used the instructions on this website: https://www.freecodecamp.org/news/cjn-google-sheets-as-json-endpoint/ It's been working fine for a couple months, but…
Dima
  • 459
  • 1
  • 3
  • 13
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
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
  • 463
  • 2
  • 5
  • 20
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
  • 7,078
  • 2
  • 29
  • 57
1
2 3
17 18