google-docs-api Questions
8
Solved
I am trying to migrate a load of documentation which was written in markdown into a Google Doc so it can be used by our marketing department.
Is there a mechanism using appscript/ Google Docs Api...
Overwhelming asked 29/6, 2019 at 19:12
2
Solved
Google Docs has recently introduced a feature where we can refer to
Date
Person
Google Drive Document
in the form of a Chip Block (as shown in the picture above). The Document-A already exists i...
Venus asked 31/10, 2021 at 5:57
6
I have a public (published) Google spreadsheet that I’m trying to download programmatically in TSV form.
In my browser, with a Google login active, for some actual key $key, https://spreadsheets....
Antipasto asked 17/6, 2014 at 3:56
4
How can I edit Google Drive text documents using Emacs and mirror my changes back to the Google Doc?
I found a Google command line program, as well as something called gclient, which is part of Em...
Emmyemmye asked 22/8, 2013 at 20:43
2
Solved
I want to list all the files in google drive using google drive api v2 . But I want to exclude files in trash in the list
So I tried
GET https://www.googleapis.com/drive/v2/files?trashed=false
...
Empanel asked 27/4, 2015 at 9:55
2
Solved
Is it possible to programmatically edit a native Google document, say to make certain words bold or hyperlinks? I know I can export that to some format like DOC or ODT, do the changes and put back....
Abernathy asked 20/7, 2012 at 11:3
1
I am able to a list of revisions for a Google Doc using the below (using the google-drive3 Rust crate), which gives me the information from the "Activity" tab from a selected file in Goog...
Realty asked 31/8, 2022 at 21:7
6
Solved
Here is a sample code
GmailApp.sendEmail("[email protected]", "mail subject", "mail body");
after the call I can see a sent message in my gmail account and that has a ID like this 147f7e77a...
Koren asked 21/8, 2014 at 9:54
5
Solved
I feel like a total noob posting here. I know CSS, HTML, and XML pretty well but have always avoided JS. I know very little javascript and recently started a Lynda.com course to catch up. Sorry for...
Seaway asked 4/11, 2012 at 19:16
3
Solved
I have a Google Docs document which contains one image. I found images's objectId as stated here https://developers.google.com/docs/api/reference/rest/v1/InlineObject but I can't understand how to ...
Failsafe asked 19/8, 2019 at 16:25
1
is free or commercial Google Docs Viewer?
google Viewer API: https://docs.google.com/viewer
my example file: https://dornsife.usc.edu/assets/sites/298/docs/ir211wk12sample.xls
together
<iframe...
Histochemistry asked 28/11, 2021 at 21:49
10
UPDATE 2016-11-16 9:53am EST
It appears many people are still seeing 204 responses even though Google has claimed to have "fixed" the problem. When I myself tested the loading of a document 50 tim...
Reduplication asked 4/11, 2016 at 1:41
4
I have a blob containing an image that is remotely loaded and created in Google Drive:
var response = UrlFetchApp.fetch(fileURL);
var fileBlob = response.getBlob();
var folder = DriveApp.getFolder...
Stellastellar asked 20/11, 2019 at 16:8
7
I used the google doc to display the pdf file in web broswer. It was working fine before. Now it gives no preview available. Most of the time it gives the blank screen with no preview available but...
Silva asked 1/5, 2016 at 5:18
1
I'm creating a Google Doc to HTML converter, I want to use the Doc Api and not export it as HTML using the Drive Api :
$service = new Google_Service_Docs($client);
$request = $service->documen...
Riverhead asked 13/2, 2019 at 22:27
2
Solved
I need an example of how to modify an existing document with existing text in Google Docs via API. The documentation only shows how to insert and delete text, but not how to update. Have been looki...
Amaras asked 23/3, 2020 at 8:12
2
Solved
We can set the left indent for a table in Google Docs manually by right clicking on the table and selecting "Table Properties":
I have tried to achieve the same using Google Apps Script by setti...
Okhotsk asked 31/1, 2018 at 13:14
2
I am not able to find a way to horizontally align a table in a Google Doc using Google Apps Script. I have thoroughly checked all of the documentation, and also blindly tried several approaches.
A...
Correa asked 20/7, 2015 at 19:43
2
Solved
I'm trying to integrate the Google Drive in my angular application So that our users can copy the content from docs and download their images to my application. As per the file:get API Documentatio...
Malaise asked 24/3, 2020 at 21:12
2
Solved
Is there any way to queue up document list API requests and handle them asynchronously (similar to the google app engine async urlfetch requests)?
I could conceivably copy/rewrite a lot of the cli...
Mackay asked 13/3, 2012 at 14:54
1
Something seems to have recently broken with the Google Docs conversion when using the documents list API. Updates made to existing document entries won't be converted into the Google Docs format c...
Volume asked 5/10, 2012 at 6:20
2
I have not been able to find an answer in the docs, and since the lowest level of aggregation is daily I cannot figure it out from the data. If I use the Google trends API (or trends.google.com), w...
Stockdale asked 2/7, 2020 at 21:35
4
Solved
As of 04/20/2015 the Google Documents API v3.0 is deprecated, and will no longer function function on and after this date. So anyone using this API must switch to use the Google Drive API.
I have ...
Choriamb asked 11/4, 2015 at 4:1
13
Solved
Can you produce a Python example of how to download a Google Sheets 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...
Warehouseman asked 20/7, 2010 at 6:52
4
Solved
I have an Excel containing cell comments/notes, I've uploaded it to Google Drive, and converted it into a Google Spreadsheet. How may I retrieve the comments for cell A1?
The API doesn't describe ...
Fachan asked 2/9, 2015 at 17:24
1 Next >
© 2022 - 2025 — McMap. All rights reserved.