google-docs

Can I upload/download files from Google docs with Silverlight 4?

I am trying to manage google doc with a silverlight (c#) webapp. The problem is that the api are not compiled for .net 4.0 neither silverlight 4. I have the code of the api. Is the a way to recompile or use it in some way? thanks ...

Packages/solutions to add online document editing to an on-premise web application

I'm doing research to find 3rd party packages/solutions/widgets/back-ends to allow users of a website to upload and edit office documents online in their browser, akin to Google Docs. I haven't had much luck so wanted to see if anyone has any advice or pointers. Integrating Google Docs is, sadly, not an option, as the documents have to...

Accessing Google Docs Metadata feed with gdata-objectivec-client

What's the simplest why to access/parse Google Docs Metadata feed with gdata-objectivec-client? ...

How to open a Google doc without logging in?

Hi all, I'm trying to make a listing of Google Docs in a user's account. I want a button to directly redirect the user to a doc to edit it, but I can't get it done without being prompted for user credentials. I'm using clientLogin to authenticate and I'd really like to pass that on so the user won't have to log in manually. I've tried...

RGoogleDocs authentication failure

Here's the deal: I've installed RGoogleDocs package from OmegaHat repository and everything worked fine during installation, but when I try to load specific document (spreadsheet) it states that I'm unauthorised! I did: # installation install.packages("RGoogleDocs", repos = "http://www.omegahat.org/R") library(RGoogleDocs) auth <- getG...

Post CSV to Google Docs Folder

Working on a PHP script to essentially dump the results of a query into a .csv and then upload to a specific folder on our enterprise Google Docs. The file is created and sent over to Docs just fine. However, it isn't being placed in the proper directory. This is the function I'm using where $file, $folder, and $newtoken are strings li...

Is it possible to have a custom google-doc spreadsheet form Success page?

Maybe someone somewhere is written a Ajax wrapper to handle google spreadsheet's api? I've managed to take their form's html and style it to fit my website's theme, but the success page always loads with the standard blocky feel of google. Any ideas? ...

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 figure out their compilcated ATOM-like feeds API, the gdata.docs.service.DocsService._DownloadFile private method says that I'm unauthorize...

Want to upload a spreadsheet from an Android app to Google Docs - what is the best solution?

I'd like to allow my Android app to upload a spreadsheet document to Google Docs. Using a simple Uri request: Uri uri = Uri.parse("http://docs.google.com/DocAction?action=updoc&amp;hl=en"); Intent intent = new Intent(Intent.ACTION_VIEW, uri); startActivity(intent); and this page appears as blank on a phone (must use code not compatibl...

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...

Authorisation for webapp

Hi, I have absolutely no knowledge of google docs but i need to investigate something: Is it possible to authorize a user through google docs for a webapplication? My app would not even have to handle the password, knowing if the user exists would be enough. Why?: I'm building some tools for a client and they don't want to maintain us...

Google Docs use normal divs on Chrome and iframe on Firefox for presentation.Can you explain why?

This is especially important for text editing. Using iframes for text editing (lets say you will develop a rich text editor) looks like a common and reliable technique. Text editing in Google Docs presentation differs from Chrome to Firefox. They use iframes in Firefox which seems better but in Chrome they do this by putting manually def...

Google docs : does it exist some models in HTML or other webformat to publish a spreadsheet?

I've tested the API of Google to interact with Google doc (Calendar, Spreadsheet, ect) and evrything runs correctly. However, I wonder if there is a framework that implements some model in HTML or an other web format to publish/visualize a calendar or a spreadsheet within a web page. My goal is to integrate a spreadsheet/calendar into a ...

About creating a massive survey

Hi, I am looking for tools which would help me create & analyse surveys. I have a list of about 8000 questions and the answers expected are a fixed set {Yes, No, Can't Say}. Does Excel/Google Docs allow me the liberty to implement such a requirement in short time? ...

Google Docs API and persistent Authentication

hi I am connecting to Google DOCS via PHP. I am able to log in and retrieving document lists. I am unable to do following two things: 1- If I am logged in via script,if I still access google docs directly(docs.google.com),it asks to log in. Though it should remain logged in once it's done via script Thanks ...

How to upload pdf and pptx files to google docs via the gdata python client?

Hi there, world I'm using the gdata python client for the google docs api for a project. I use oauth authentication and all the dance, and have successfully uploaded .doc, .xls and every file type in Their FAQ. but I cannot seem to upload pdf files, even though is right there, listed on the supported filetypes. I tried with the latest ...

RGoogleDocs (or RCurl) giving SSL certificate problem

I was using one of my favorite R packages today to read data from a google spreadsheet. It would not work. This problem is occurring on all my machines (I use windows) and it appears to be a new problem. I am using Version: 0.4-1 of RGoogleDocs library(RGoogleDocs) ps <-readline(prompt="get the password in ") sheets.con = getGoogleDocsC...

Disable Download/Print/Share links in google doc viewer

Hello, I am trying to find a solution for disabling Download/Print/Share links thru google API. Does anyone know how to do it? Regards ...

How does Google Drawing work?

just wondering what is behind the major functionalities used in Google Drawing. Does it use jQuery? ...

Convert Google Docs AtomFeed into FeedSync

Hi, Is it possible to extract Google Docs' document feed and convert into FeedSync for Microsoft Sync Framework? I been searching up and down, but still hard to find and code and tutorial about FeedSync... ...