The Google Documents List API allows client applications to programmatically access and manipulate user data stored in Google Docs.

learn more… | top users | synonyms

0
votes
1answer
16 views

Google Docs and different first site header or Sections in Google Docs…?

Is there any way to push release of different first page headers or creating doc sections of styles to the Google Docs?
0
votes
0answers
11 views

Can you create a Form that reads data from a spreadsheet on Google Docs?

So I've created a Form that asks a bunch of general contact information and the data gets stored in a spreadsheet all via Google Docs. This all works perfectly fine. Now is it possible to create ...
0
votes
1answer
14 views

setCollectEmail is not supported in Google Apps Script

I'm trying to automatically create a form based on entries in a google spreadsheet. I want to set the form to automatically collect emails using the following code: function createForm() { var ...
1
vote
1answer
36 views

Extracting email address from Txt,PDf, Doc files in Google Drive

I have more than 200 files on Drive-mostly text, doc and pdf. I need to extract email address from them, into a spreadsheet. Is there a script (Python, PHP?) that can make my life easier?
-2
votes
2answers
46 views

How to handle checkboxes in PHP & html form? [closed]

I'm trying to use Google Spreadsheet to store a POST form in html coded page. I've asked about it before but couldn't talk much on the topic as the code changed. I found this code on ...
-1
votes
0answers
14 views

how to understand the communication between Google Docs and its back-end server? [closed]

I am working on a browser extension project working on Google Docs text editor. The extension tries to encrypt the user's input(plain text), and then let Google Docs send the encrypted data to ...
0
votes
1answer
12 views

Deleting blank spaces from Googledoc Cells

I need to add a loop for a googledoc to include deleting blank spaces before an entry. For example, " Bob" after "Bob".
1
vote
1answer
42 views

Specify a user display name when opening a Google Drive document anonymously

I'm doing some research for an application using Google Drive documents, but I'm running into problems with anonymous access and the user display names in the documents. Ideally, I'd like to ...
-1
votes
0answers
15 views

Pull Google Spreadsheet data into a Google Doc [closed]

Currently I have a Google Form submitting it's data into a Google Spreadsheet. I'd like to pull the data in the spreadsheet into a Google Doc so I can display it in certain ways and add other fields ...
0
votes
1answer
23 views

Can I use google doc's to collect information from multiple users?

Currently I have a ASP.Net app, which display excel like form which collects data from user based on the template I setup. More I searched, I could very well use Google Doc's or Office 365 to create a ...
1
vote
0answers
21 views

How can authorized a user using refresh token in Google-drive API

i have both refresh token and access token in my Google-drive API. but i don't want to request a new access token each time when user use my API for that i store my refresh token. how can i get new ...
0
votes
0answers
21 views

Google doc Viewer In MVC4

Can anybody explain how to implement google doc viewer in MVC4 application website. I want show the pdf file.It is the folder that placed in App_Data folder
0
votes
1answer
50 views

How to Add google doc viewer in mvc4 Applicaton?

I am beginner in programming. My problem is, I want to show PDF files in Google Doc Viewer in my website page. I put my PDF files in folder named as Bullettin, it is in App_Data folder. How can I ...
1
vote
0answers
27 views

Simple script for google spreadsheet needed

I'm very new to the googledocs and scripts and could really do with a helping hand. I need a script that would: duplicate the 1st sheet (1st in order) place the duplicate in the first positions ...
0
votes
0answers
43 views
+50

Google Docs API returns a 503 Service Unavailable when uploading a file. Has something changed?

I have applications that make use of the Google Docs API. Up until recently, uploads using the HTTP endpoints has been working fine. Recently, uploading has suddenly started erroring. The first ...
-1
votes
0answers
15 views

Getting a lot of 500 responses on docs feed queries

Just started about mid-day Thursday, May 30. Same query that's worked for a couple years always returns 500 errors. Got it to work once this morning.
0
votes
0answers
24 views

documents shared with a group are visible in my changes list

I'm creating documents with Documents List API and Drive API and sharing them with a group. When I do it, other user belonging to that group can retrieve those documents in his changes list. I feel ...
0
votes
0answers
21 views

How to add multiple parent collections for doc using google docs api v2

In my application I want to upload a document to Google docs, and then I want to assign it to multiple parent collections/folders. The upload part works fine, and I can even upload to any folder I ...
0
votes
1answer
40 views

DocsList.createFolder() creates an extra folder named 'undefined'

I am trying to create a simple function that creates a folder. The parameter of the function is to be the name of the new folder. When I attempt to do this, the function creates the folder as desired, ...
-1
votes
1answer
54 views

Excel File Created By EPPlus creating error while upload on google drive

I'm Using EPPlus for creating excel files and this file is upload on google dirve using api. but suddenly google drive not support file or not upload file created by epplus . i did not understand ...
0
votes
1answer
35 views

Problems with javascript in Google Docs Spreadsheet

Ok, the problem is that there is no way to set the range explictly without all the information on width and height. If I have 13 cells, why wouldn't it just write 13 cells? So, here is the script: ...
0
votes
0answers
35 views

querying public google spreadsheet

I'd like to pull in the latest supported languages from the Google Maps javascript API to keep an internal select list populated. Is it possible to query against the public spreadsheet found at ...
0
votes
1answer
18 views

count pedestrians with Google Analytics

I'm developing software for coworking centre. Main task of that system is to track visitors and show how much they must pay. Also customer wants to have some kind of analytics. I should say that there ...
0
votes
0answers
26 views

Monitor Google Docs when document is downloaded

I am looking for Google Docs/Drive API facility that could help me to shoot an email when domain user downloads a document. i.e., when user downloads a document from Google Drive/Docs an email should ...
0
votes
1answer
69 views

How can I get the number of rows in a Google Spreadsheet using api?

Is it possible to fetch the number of filled rows without fetching the whole spreadsheet, or find the first empty row number? I am using the python api wrapper if it matters.
0
votes
0answers
159 views

Send data to “google spreadsheet” throw “google form” using jQuery Mobile

i want to build a simple form in jquery mobile that the submit button put the datas in a google docs form. i try this php code: <!DOCTYPE html> <html> <head> <title>Submit a ...
1
vote
0answers
68 views

Google Data API very slow to read large spreadsheet

I am using the Google Data API for .net (https://code.google.com/p/google-gdata/) to read data from some Google Docs spreadsheets. I have found that reading from a large spreadsheet ( > 14000 ...
0
votes
0answers
122 views

How to programmatically create and manage Google Forms via Google Document List API

We have a very specific need. We want to create a generic (Java based) registration system for Event organizers. So every Event organizer can define a custom form on our application, and then we ...
2
votes
1answer
87 views

Google Drive Editor Share button is disabled when viewed in an iFrame

We've developed an integration to our application where we wrap the Google Document Editor in an iFrame so that we can edit content in context of our application. This week we've noticed that the ...
1
vote
0answers
126 views

Google document viewer iframe go to specific page in Word document

Does anyone know how to go the specific page in the pdf, suppose if i want to go to page number 5 in word document iam using Google document viewer and embed the document using iframe. <iframe ...
0
votes
0answers
43 views

Documents List 3.0 changes feed API calls seem to fail ~5% of the time

I keep hitting this error a low though non negligible percentage of the time ( low single digits in my testing ). I am positive it isn't my code since I was able to repro this with a test case of ...
0
votes
0answers
213 views

Unreliable fetching of google docs using document api

I am having an app at google app engine and in a piece of code I read a google document using Document APIs. The code looks like: GoogleOAuthParameters oauthParameters = new GoogleOAuthParameters(); ...
0
votes
0answers
17 views

Loosing Analytics Api authorization when exporting to Google Spreadsheet after a while

I am using the following script to get data from Analytics to a Google Spreadsheet. https://developers.google.com/analytics/solutions/articles/reporting-apps-script I have several Spreadsheets with ...
0
votes
1answer
24 views

If you are using the Documents List API and the changes feed, how does one exclude files a user has open?

The drive SDK has includeSubscribed for drive.changes.list. Is there an equivalent in Documents List ?
1
vote
1answer
27 views

Googledocs spreadsheet query wierd when sorting first field

I have a weird problem with referencing another sheet in my Googledocs spreadsheet. I have an address list with names, phones etc. and a category field. I have several tabs with a sheet for each ...
1
vote
1answer
90 views

Google Drive API write a new drive file thats a not a Drive 'viewer' type

I'm getting going with GooG Drive API. I've successfully stepped through the quickstart.py tutorial/example. All good. The file that appears in my Drive opens as a Drive 'viewer' file, rather than ...
0
votes
0answers
34 views

Gdata spreadsheet API multi-threading (python)

Does anyone know if you can multithread google docs spreadsheet writes using python's gdata spreadsheet api? I have a database of spreadsheets that need to be updated daily, and it would be nice to ...
0
votes
1answer
60 views

AFXMLRequestOperation with Google Docs

I've tried several different approaches to pull content from a google doc with AFNetworking. I've modified the acceptable content types. Used AFKiss functionality Used regular AFHttp operation ...
1
vote
2answers
216 views

Posting data to new Google Forms

With the previous(legacy) version of google forms it was possible to programatically post data to the form by sending an HttpPost to a url like this: ...
0
votes
1answer
67 views

Can I create and populate a new Google Docs spreadsheet without authenticating the user?

I want to send some data from my site to a new spreadsheet in Google Docs. For example, I'd like to redirect the user to ...
3
votes
2answers
165 views

How do you construct the URL to access a google docs/drive folder?

I am trying to figure out how to make a raw request to Google drive to access a public folder. https://www.googleapis.com/drive/v2/files?q=0B-eVxZFKAu61TmFQUUFPbzBmVVU&key=__________ However, ...
0
votes
1answer
55 views

Google Spreadsheet jdbc connector

I need to use Google Spreadsheet with JasperReports Server, for that I need a JDBC connector for Google Spreadsheet. I found this project, but it isn't updated since 2010. I was wondering if maybe ...
0
votes
1answer
154 views

Trouble retrieving a google docs presentation using curl and php

The problem I am having occurs when I try to access a published presentation using curl via php. Normal documents are accessible through curl but not presentations. I am looking to either make this ...
0
votes
0answers
64 views

Access google docs using gspread

I am trying to access google docs using gspread utility , I was successful when i tried below code on my google doc import gspread g = gspread.login('gmailID', 'password') worksheet = ...
0
votes
2answers
570 views

Upload an image to a Google spreadsheet

I am making a photo shooting contest, the competitor should register using a Google registration form, and upload his photo as well. I searched all over the internet to find a Google script that can ...
0
votes
0answers
47 views

Is it possible to send and open a spreadsheet in Google Sheet editor then save it back to our server

We're looking for integration of Google Sheets editing with our online web service. Similar as box.net doing, we expect our customer can open and edit the file, which stored at our end, by Google ...
-5
votes
1answer
101 views

Accessing Google doc files using java code [closed]

I have a scenario that i need to download Google doc file using java code. I have google and found google doc api is available for this. I am newbie for google doc api. Please suggest, from where i ...
0
votes
0answers
53 views

Issue with downloading file using Google Docs API

Having issue with downloading file using Google Docs API. I'm trying to make HTTP Get request to <content> url of Google Docs file. For download link I've replaced '&' with '&amp;', set ...
1
vote
0answers
148 views

Access to google drive from gmail. Chrome Browser Extensions

I'm writing Googe Chrome browser extension. When I open gmail.com, I inject my JS Script. Then I have "Browse" button on compose page. when I click "Google Docs" I need file list and their url of ...
0
votes
0answers
38 views

Check ownership of Google Doc without login

I have a Chrome extension that uses the Google Apps domain in the URL when editing Google Docs, for example "foo.com" in ...

1 2 3 4 5 13