googledocs

How can I enable folder sharing in Google Docs? Can I write my own program/application for it?

Google Docs does provide sharing of files.But it does not provide sharing of folders. Is there any way by which I can share the folders too? Can I write my own application/program for it? If yes, then how? UPDATE: Now this question is no longer useful.Gmail now supports folder sharing too.Cheers! ...

Problems with GData Request Token

We have successfully used GData libraries to access a user's Google Docs. But we encountered problems when many users log in to our site and authorize our web app at the same time or successively. Here's what happens: First user successful logs in, authorizes our web app via OAuth and is able to add rubric (or google spreadsheet). Se...

Use google docs in asp.net application

How can I use GOOGLE DOCS in my project which I am doing using asp.net with C# as code behind. Basically I need to display some pdf, doc,dox,excel documents in a read only form in the browser. Thanks in advance ...

scripting a google docs form submission

I'm trying to create a bookmarklet that parses a page and sends the results to a googledocs spreadsheet via a form that I've defined. The relevent bit of the script is: var form = document.createElement("form"); form.action = "http://spreadsheets.google.com/formResponse?formkey=Fd0SHgwQ3YwSFd5UHZpM1QxMlNOdlE6MA&ifq"; form.method =...

Is it possible to generate notifications when new docs are uploaded to Google Docs?

Hi I have shared a Google Docs folder with our remote team and a few members of my team. Is it possible to send out emails to all collaborators/viewers when a document is uploaded or edited in the folder? Otherwise it becomes difficult to keep track of whether anything was changed or not. Thanks. ...

How can I create a default template for google docs presentation?

I want to upload or create template for my presentation in google docs once only. Whenever I log in my google docs again I should we able to use the saved template to create my presentation. Could anyone guide how to save my own template ? Thanks ...

Import Data into Spreadsheet - Refresh Automatically

I would like to import data into a Google Document each day automatically without having to do it manually. I have about 50 numbers I need to import, each from a different page. One looks like this: http://www.alexa.com/siteinfo/sweatingthebigstuff.com I want the 244,604 imported into my document and to refresh automatically. Once I get...

Confusion between 'publish/embed' and 'view this item without signing in' in google docs

I don't want to appear my document in google search results, but I want to embed google document pdf in my website and user should be able to view them without sign-in. I am sure that publish/embed option in google docs will make my document searchable. Is it safe to use 'view without signing in' option and embed document in website? ...

can we increase the size of embedded google presentation?

I am embedding google presentation in my website. But the slides in it are very small and hard to view. Is there some way by I which I could increase the display area of that embedded google presentation. Or, it can't be done at all and I should not waste time searching for it? Thanks ...

Use jQuery to open PDF links with Google Docs

I already have pdf links set up. I am just looking to prepend Google's syntax in front of my current href using jQuery. i know the following doesn't work, but I feel I am close…? jQuery(document).ready(function() { jQuery("a[href$=.pdf]").attr("href", "http://docs.google.com/viewer?url=" + current.href); }); Can anyway help, please? ...

How to increase timeout values in GData.Client (Google API Ver 2) ?

Hi, I am trying to upload a 2MB file on Google Docs. In one of forum reply user suggested me to increase timeout values in GData.Client. But how can i do that? ...

Resumable File Upload in Google API Ver 2

Hi, I am trying to upload large file on Google Docs. And i came across Resumable Upload. But how can i implement it in Google API Ver 2 ? Thanx ...

Google Document export via API

After using Zend_GData to retrieve a document list feed, I can use the content URLs in the form: http://docs.google.com/document/edit?id=<docid>&hl=en but the source URLs in the form http://docs.google.com/feeds/download/documents/Export?docId=<docid>&exportFormat=html are returning 404 errors. That URL should ...

Downloading google doc file page by page thru API

Hello, I understand when i upload any PDF in google docs it converts in to PNG and it downloads page by page when we view the document thru the google document viewer. (http://googlesystem.blogspot.com/2009/09/embeddable-google-document-viewer.html) http://docs.google.com/gview Now i am trying to download PNG page by page as gview do...

Google Docs API list of documents and two folders with same name

I use PHP to get a list of folders, and then documents from Google Docs (two API requests). Getting a list of the folders, I can get their folderID, which is fine. However, when getting a list of documents, it returns categories, and these only contain the name of the folder. My problem exists because I have two folders with the same ...

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 programming model seems to revolve around giving the spreadsheet service a set of credentials, and then paring down the resulting feed to get ...

Google Checkout Buy Now Buttons w/ Google Doc Forms

I have a Google Checkout account and have been using it to sign up for classes. I currently just use a Buy Now button but would like to grab more information about the user than simply an email address and credit card information. Is there a way to integrate Google Checkout Buy Now Buttons with Google Doc Forms? I'm trying to find a ...

How do you use Google Command Line to download all slides from a google presentation in png?

I have been able to download google docs using something like this - google docs get --title "Shopping list" output.png or google docs get --title "Shopping list" output format=png Even though Shopping list has 2 slides, i only get the first one. Any ideas on what I am doing wrong here? ...

php site w Google Form embedded

i have a php site in development wh runs fine. i have included a google spreadsheet form in it via the iframe tags that Google ask you to copy and paste the spreadsheet form is obviously there for users to use. it would be all be so great but I can't see how to get the users id from the parent page into the google form via the iframe...

Aggregate a sheet by name as well as date

Hi I'm trying to show an overview of data but am having trouble doing filters/sorts. Here is a data set: Name Date Points Bob 10/20 10 Ruth 10/20 5 Joe 10/20 2 Bob 10/21 20 Ruth 10/21 23 Joe 10/21 16 I'm trying to have an overview that contains some following columns Name Last Updated ...