The Google Documents List API allows client applications to programmatically access and manipulate user data stored in Google Docs.
0
votes
0answers
3 views
Issue with Spreadsheet Script using openById
I've searched everywhere I can think of for an answer to this question, but I've come up dry each time (including searching this site among a lot of other places). I'm a big one for trying to figure ...
0
votes
0answers
12 views
Write to google docs from chrome extension
I am trying to make a chrome extention that will take text from the omnibox, open a new google doc, and paste the text into that doc. I already have a link that creates new google docs, but how can I ...
0
votes
0answers
8 views
Google Spreadsheet Java API: URL from CellEntry?
I am using Java to read from a Google Spreadsheet. The user may select certain cells, and later may update those cells, but in between may shut the program down.
So I would like to store a unique ...
0
votes
2answers
36 views
docs list api v2 v. v3
I can find the API call required to insert a meta-data-only file at https://developers.google.com/google-apps/documents-list/v2/developers_guide_protocol, bu this is v2. The equivalent page for v3 ...
0
votes
0answers
7 views
Importing Google Docs Spreadsheet in TIBCO Spotfire
I am a newbie to TIBCO Spotfire and I want to add a Panel in TIBCO Spotfire to import spreadsheets from Google docs, using C# and Google API. Please suggest some links to help for the code.
2
votes
1answer
23 views
Import XML data source in Google docs using API
I have XML data source. I want to import this XML data source in Google docs(Spreadsheet) using API in java.Is this thing possible?Or Is there any another way to store xml data as csv file in JAVA?
0
votes
0answers
17 views
Sharing image on Google Docs in wp7
I am working on a windows phone project, I want to share a file (can be image or text) to google docs. I have a demo that shares an image to picasaweb.google.com or plus.google.com, I want to ...
0
votes
1answer
58 views
Google SpreadSheets - When using a time trigger in code, some cells getting '#N/A' value
I've created a Google spreadsheet with imported data on one cell, extracting specific string to another cell and pasting the data in a table with a trigger for every 2 hours.
Now everything works ...
1
vote
2answers
53 views
Create Spreadsheet using Google Spreadsheet API in Google Drive + Java
I have successfully created a new worksheet in a Existing Spreadsheet of My Google Drive Account through a simple Java code mentioned in Google's official Documentation on Developer Guide of ...
0
votes
1answer
33 views
How to copy a template and insert content from another document?
I want to write a Google Docs script that copies a template (which just contains a container bound script) and appends the contents of another document chosen by the user. How would I accomplish ...
0
votes
1answer
26 views
Document Viewer in Google Drive SDK - Java
I have successfully implemented Google service accounts with the Google Drive. Now, I can upload files to the service account. But I can't figure out how to show the file in an embedded form on my ...
0
votes
0answers
13 views
How to transfer spreadsheet text to a google doc?
Hello I am fairly new to java script, and I was wondering how one would extract/put text from a google spread sheet into a google doc form?
Here is some code I have been toying with for a project in ...
1
vote
1answer
44 views
My program turns a spreadsheet into an exel-file. But it only works for one user
I've made a larger (1000+ lines of code) App Script. It works great, for me. No other user can run it. I want them to be able to run it as well, and I can not figure out why they can't.
The problem ...
0
votes
0answers
11 views
Provide word document preview or viewer in webpage
As the google docs is providing an iframe(I have mentioned below) for making this happend but the issue is it is supporting only pdf format.Is there any other better option to go for getting most of ...
0
votes
1answer
27 views
Google drive mime types is not correct (Google thinks that is not PDF?);
I get files from google drive(Using Java)
Everything works! BUT, when I see pdf documents mime type
file.getMimeType()
it is something like that: application/vnd.google-apps.document
it is not ...