Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
155 views

Is it possible to define a new function in Google-docs spreadsheet?

Is it possible to define a function in Google Spreadsheets that can be used in any cell? It would be helpful if I could define and use functions that refer to other cells in the same way that I can ...
5
votes
2answers
3k views

How do I interact with Google Docs from Android?

I'm an Android developer and I'm interested in adding functionality to my application to read from and write to a google docs spreadsheet. I've seen other Android applications do this but I'm having ...
4
votes
1answer
207 views

There is an empty file after updating

I'm trying to update an existing document with help of Google Docs API. I'm using PHP+Curl. The gdata.class.php is base class. Updating finishes partly. A old content is cleaned. But a new content is ...
4
votes
1answer
1k views

Using Google Docs and Google Spreadsheet API's for Android

I am planning on using the Google Documents List, and Google Documents Spreadsheet API's for uploading a database from my app to a spreadsheet online and then editing it. I just wanted to know if ...
4
votes
1answer
717 views

How can I access public spreadsheets with the Google Docs C# API?

I've written a C# program using the Google Docs .NET API to read a Google worksheet into a DataTable given a user name, password, spreadsheet name, and worksheet name. This all works fine, but the ...
4
votes
1answer
2k views

Need to upload files to google docs from my application and store reference to the uploaded file

I'm working on a basic google applications based system. Like I earlier defined I'm building a simple ordering system and to each order placed I attach a file or document. I would like to be able to ...
3
votes
1answer
415 views

Google Docs API for Node.js

Is there a JavaScript API or third party framework for Google Docs that I can use in Node.js? Thanks
3
votes
1answer
252 views

Is it possible to use Google Docs API to convert text string to PDF

Recently I found, that Google Docs have their own PHP API. Honestly I haven't read it all, but I wonder is it possible If for example I have XML file or just text string in variable and I would like ...
3
votes
1answer
231 views

How can I change the way the google docs website displays a PDF in Android?

I am using the following link inside a WebView to show a pdf file in my android application: ...
3
votes
1answer
622 views

Error 403 uploading a file to Google Docs with Python

I'm having a 403 error when trying to upload a file to Google Docs with Python / gdata-2.0.13: import gdata.docs.data import gdata.docs.client client = ...
3
votes
6answers
2k views

Download a spreadsheet from Google Docs using Python

Can you produce a Python example of how to download a Google Docs spreadsheet given its key and worksheet ID (gid)? I can't. I've scoured versions 1, 2 and 3 of the API. I'm having no luck, I can't ...
3
votes
1answer
299 views

OAuth authentication fails for google data APIs for hosted domains using gdata

I'm creating a django app that creates a calendar and a google docs folder for the users, and uses the API to insert events and add documents. A few months ago, it worked nice enough; now I'm doing a ...
3
votes
1answer
1k views

Using Google App Engine how to upload document in google docs (python)

I want to upload document, file to google docs using Google Apps Engine (python) any code or link will be appreciated
3
votes
1answer
2k views

Google Docs API. Upload file using curl

Anyone know how to post file using curl to the google documents. I write this code: $header[] = "Authorization: GoogleLogin auth=seсretkey"; $header[] = "Content-Type: application/pdf"; $header[] = ...
2
votes
1answer
67 views

Google Docs API 3.0 - Downloading a document

I am writing Google Docs to my local app document downloader. In Google Docs API page: http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#DownloadingDrawings They say ...
2
votes
1answer
185 views

Using the Google Docs API

I want to know how to upload a remote document to Google Docs, and to be able to view that document using Google Docs by using the Google Docs API. When I upload a file, does is respond with a docid? ...
2
votes
0answers
125 views

google doc reader : remove the option “Open in new window”

Is there any way of removing or disabling the 'open in new window' icon of google doc reader( when used in embedded mode interface) through the embedded code(which we write for embedding documents) or ...
2
votes
1answer
105 views

Building a collection hierarchy using Google Docs API

Is it possible to search for a specific collection, build a hierarchy of sub-collections and then download the contents of the parent collection while maintaining the hierarchy? If this is possible, ...
2
votes
1answer
45 views

Embed google doc content in a web page

What's the simplest possible way to embed google doc content in a web page? I want to use my google doc account as a simple cms.
2
votes
1answer
175 views

Django + google app engine + spreadsheets api

I would like to know if Google Docs API or any other spreadsheet (xls) API or any reporting tool works with GAE, Django & application data from BigTable. In other words, I would like to generate ...
2
votes
1answer
116 views

Google Documents List Api - Paging results without feed.getNextLink()

I have been looking for ways to gain access to different pages more quickly in the Google Documents List Api, and to do this I'd like to be able to start my downloads at a specific part of the list, ...
2
votes
0answers
212 views

Google doc api for iphone - conditional fetching with If-None-Match or If-Modified-Since

I am building google docs sync application for ipad. I am able to download all the files from google doc account to ipad for offline viewing. Now I want to optimize the sync process where only updated ...
2
votes
1answer
78 views

Google Document Sharing Application

I want to develop an application which, in fairly broad terms, will involve creating and sharing (read only) google documents. The document readers will be consumers rather than clients internal to ...
2
votes
1answer
188 views

Retrieving a GoogleDoc via API and generate a PDF replacing with own text

I'm wondering if it's possible to retrieve a simple GoogleDoc (via gdata python client) and render a PDF replacing some custom #[PLACE_HOLDERS] with my own information.
2
votes
1answer
359 views

Copying Google Docs documents with Java GWT

According to the Google Documents List Data API there is an option to copy documents: http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs But when I look in the ...
2
votes
2answers
153 views

Let person login to google docs automaticaly

I write a web application that allow person1 create a document on google docs and share it to person2. A problem: When person2 click on the link of shared document, google alway redirect to login ...
2
votes
1answer
205 views

Google docs API: Update several cells at same time

I use Google docs API in php with Zend GData. With this library, I can update spreadsheet cell one by one like this: $googleDocs->updateCell ( 1, 1, 'test', $this->spreadsheetKey, ...
2
votes
2answers
736 views

How do I create the first line in a new Google Spreadsheet using the API?

This is how I create the spreadsheet: DocsService client= new DocsService ("idea"); client.useSsl (); client.setOAuthCredentials (oauthParameters, new OAuthHmacSha1Signer ()); DocumentListEntry ...
2
votes
1answer
262 views

how does Google gmail, docs, etc. get its push-notification of changes?

I would assume that there is an AJAX request on the client side that polls for updates, but it is amazingly tight response. Can someone provide more insight into any tricks that they may be doing in ...
2
votes
2answers
585 views

Create file on GAE/J and upload to Google docs

Is it possible to create any kind of file on GAE/J and upload to google docs? I've asked a similar question before about creating and uploading PDF. Thanks. Update According to Google Docs API "To ...
2
votes
1answer
481 views

Uploading a PDF file to Google Docs generated by pdfjet on GAE/J

I need to upload a PDF file to users google docs which is generated by pdfjet on google app engine. I figure out to generate pdf using pdfjet for gae/j. pdfjet uses streams to create the pdf. Is there ...
2
votes
1answer
152 views

Is there a way to access files in “Google Chrome” folder via Google Docs API?

The "Google Chrome" folder stores Chrome synchronous information such as bookmarks. I was just wondering if there is a way to access those information via the Google Docs API? I've look at the demo ...
2
votes
2answers
640 views

Reading Google docs spreadsheet

Is it possible to pull rows from a Google Docs spreadsheet using PHP? In SQL I would use something like: SELECT * FROM table WHERE field = 'value' LIMIT 1 Is there a way to do this? I've heard you ...
2
votes
1answer
2k views

How to download all your google docs from shell

gents. I learned how to download single google doc. But I am trying to make a script that downloads all my data in text format and then merges them in 1 text file. So, I wonder how to implement ...
2
votes
1answer
838 views

Use Google Docs API to download file of any type

Is it possible to download files of any type from Google Docs using the Google Docs API? (jpg, zip, txt) I can figure out how to download word, powerpoint, and excel files but want to be able to ...
1
vote
0answers
39 views

How to request an auth token for multiple services using AccountManager?

Is it possible to request an auth token using AccountManager for more than one service at the same time? Basically I need access to both the Google Docs API (writely) and the Spreadsheet API (wise). ...
1
vote
1answer
68 views

iOS Objective-C wrapper for Google Docs

Has anyone integrated google docs into their iOS app? Having gone through the example code, the API for Google Docs is far more complicated than I would have expected, and the examples are all MacOS. ...
1
vote
0answers
83 views

google spreadsheet api from android: google-api-java-client or handmade?

For working with google spreadsheet api from android (2.2) - google suggests using google-api-java-client for android. For that you have to include 5 jars to your android application: guava-r09.jar ...
1
vote
1answer
124 views

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. ...
1
vote
0answers
59 views

Count number of words in txt/doc/docx file using PHP

I want to use google docs php API to upload file of any format(docx/doc) and export it to the txt format so that can count number of words easily . My Problem : Google Docs PHP API does not provide ...
1
vote
0answers
99 views

Get Google Docs public link with PHP API

I have a code to upload files to Google Docs using the Google Docs API. This files are uploaded to a public Collection, but, how can I get the public link to be published? After the complete upload I ...
1
vote
0answers
42 views

Google spreadsheet script cell parameters

Hi im having trouble passing 2 cells in my scripts parameters: function myFunction(c1, c2) { var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getSheets()[1]; //This is the correct sheet ...
1
vote
0answers
60 views

Java - Google API - Publish a document

I have a problem uploading information using the Google Document API. The task is to upload a document, then publish it right after the upload. The first part I have solved, get a DocsService client, ...
1
vote
0answers
57 views

Gridview XmlDataSource from Google Spreadsheet

I want to display data from google spreadsheet in a gridview. The spreadsheet is available publicly and therefore has a xml feed url : ...
1
vote
1answer
238 views

Any way to get JSON data of a Google Doc SpreadSheet using jquery without make the doc public?

I am trying to get data from a Google Doc Spreadsheet, using javascript and jQuery, in order to do some math with the numbers. With the next code I got it, for public spreadsheets: function getdata( ...
1
vote
0answers
57 views

Uploading a structured HTML/formatted document to Google Docs API

I am uploading content to Google Docs using the api. The doc is in plain HTML and I am wanting to convert the tags into the formatting that docs uses, i.e. H1 becomes Heading 1, H2 becomes Heading 2, ...
1
vote
1answer
92 views

Add header via Google Spreadsheet API

I am unable to insert a header (or any regular data) into a newly created worksheet via Java API. The standard way to insert data is to provide a header and value e.g ...
1
vote
0answers
97 views

retriving a document by its DocId in Documents List Data API

I'm trying to retrieve a document by id, to get the folders/Collections that have associated this document, but am getting this error com.google.gdata.util.ParseException: [Line 1, Column 266] ...
1
vote
0answers
89 views

Rename a folder / Colection with Google Documents List Data API v3.0

I'm 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 ...
1
vote
0answers
82 views

Access google docs with omniauth

I'm using Rails and omniauth in my app and everything works fine. Users are able to authenticate within Google, and the callback is returned and handled by my app. I'd like to be able to allow a ...

1 2 3 4