Questions tagged [google-api-js-client]

This code is written by Google, this compact and efficient client library provides access to any of Google's RESTful APIs

Google APIs Client Library for JavaScript

Description

Written by Google, this compact and efficient client library provides access to any of Google's RESTful APIs. See below for a list of supported APIs.

Beta

This library is in Beta. We're comfortable enough with the stability and features of the library that we want you to build real production applications on it. We will make an effort to support the public and protected surface of the library and maintain backwards compatibility in the future. While we are still in Beta, we reserve the right to make incompatible changes. If we do remove some functionality (typically because better functionality exists or if the feature proved infeasible), our intention is to deprecate and provide ample time for developers to update their code.

Features

The JavaScript client library supports these Google APIs.

The JavaScript client supports the following browser environments:

  • Chrome 8+
  • Firefox 3.5+
  • MSIE 8+
  • Safari 4+

The library supports the following authentication and authorization methods - OAuth2

Documentation

Links

637 questions
-1
votes
1 answer

How to read file from drive using javascript?

So, I have a file stored on my drive and I'm building a web app using javascript that needs to read the file to function. what is the simplest way of doing this? I tried a dozen methods but it always requires user verification for some reason. I…
-1
votes
1 answer

Upload file to specific google drive account using java

I have an application hosted in heruko, a website. I want the users to be able to put some text in the website(using input text or something), and then I want to take this text, create from it a .txt file, and then upload it to my google drive. I…
OmerLevi
  • 119
  • 1
  • 8
-1
votes
1 answer

Javascript upload file from web page to specific google drive account

I'm developing an web application right now. What I have so far in the app is this: This application has a domain, so every one can go to…
-1
votes
1 answer

pagePathLevel only number GAPI

I have filter 'ga:pagePathLevel1==/post/', And this back me result as i expected /post/125/asdd /post/8784/assd /post/asdasd/asdsd But now i want ot filter result and get url only if pagePath2 is number, for example i was try…
uLike
  • 19
  • 6
-1
votes
1 answer

Google Analytics API dropping dates for larger date ranges

I'm having a problem with the Google Analytics API returning data with missing dates. This only happens when I try and pull larger date ranges. As an example, I'm trying to replicate the Behavior > Site Content > All Pages report from the Google…
-1
votes
1 answer

Get points on Polyline

I plotted a Polyline between two points using the Google Maps API as seen in this example. Now I want to generate additional points along the same line. Is there a function to do this? I don't want to add some random points to the line; I want the…
Daniel Kats
  • 5,141
  • 15
  • 65
  • 102
-1
votes
1 answer

How do i add and delete javascript strings with a form

I have this code from the google developers page and i want the users to update their calenders with it how can i do this with js and html. thanks in advance var event = { 'summary': 'Google I/O 2015', 'location': '800 Howard St., San Francisco, CA…
1 2 3
42
43