Skip to main content
0 votes
0 answers
13 views

I am trying to programmatically create a hierarchical bulleted list in a Google Doc. The goal is to have items at different nesting levels (e.g., Level 0 ●, Level 1 ○, Level 2 ■). My process involves: ...
0 votes
1 answer
59 views

I’m trying to amend cells in a Google doc using their api. But I can’t seem to delete text from the tableCell. I always get the invalid deletion range error. There is this duplicate question. But the ...
Todd's user avatar
  • 1,983
1 vote
0 answers
141 views

Problem: I am facing this error- googleapiclient.errors.HttpError: <HttpError 403 when requesting https://docs.googleapis.com/v1/documents?alt=json returned "The caller does not have ...
Hetarth Jain's user avatar
0 votes
0 answers
39 views

I have the following method that adds formatted text to a data structure for it to be used in a batchUpdate request: def add_text( self, text, bold=None, color=None, ...
HuLu ViCa's user avatar
  • 5,515
0 votes
0 answers
97 views

I am trying to build a Script App for Google Docs. The doc contains titles of style Heading2 as a numbered list, to which a prefix "Chapter " was added. Therefore I have titles that look ...
Gabriel Cretin's user avatar
2 votes
1 answer
294 views

This is what I'm trying to achieve with Google Docs via the API (as markdown): ### Numbered List with Bullet Points ### 1. Item One 2. Item Two - Sub-item A - Sub-item B 3. Item Three ### ...
Graeme's user avatar
  • 727
1 vote
1 answer
103 views

I'm working with the Google Docs API to insert a table and then populate each cell with text. The table gets inserted correctly, but when I insert text into the cells, all the content appears squished ...
Satish Mahat's user avatar
-1 votes
0 answers
59 views

I'm looking to programmatically update images within Google Docs, Sheets, and Presentations. I know I can replace images via batchUp using a ReplaceImageRequest, but I have been unable to modify the ...
Philip Zaengle's user avatar
-2 votes
1 answer
178 views

I'm trying to find a way to detect what 'page number' text in a google docs document is on. I want to know this so I can determine page breaks accordingly if text would flow over onto the next page ...
Joseph Astrahan's user avatar
0 votes
2 answers
106 views

I have a Google Sheet that has long blocks of text in each cell of column H (it is input from a long-form response box in a Google Form). I want to take each response and move it onto a new page of a ...
user30073632's user avatar
3 votes
1 answer
354 views

I’m trying to create a Tab in a google doc via the python SDK (as in the new(ish) side navigation/organizational tabs, not a tab character). I see how to read and update existing tabs, but don't see ...
Alden Harwood's user avatar
0 votes
0 answers
211 views

I have been trying for weeks to just get a docx file from Google Drive using their API. I understand the way to do this would be to use the get_media method, which has worked and I am able to get the ...
wafflehouse67's user avatar
0 votes
0 answers
79 views

I’m working with the Google Docs API to retrieve the contents of a document. Used documents.get with the correct documentId and retrieved the document body. The JSON response does not include the @...
vijay 's user avatar
  • 13
0 votes
1 answer
60 views

In Google Docs, the sidebar will show you a structured tree based off your headings: However, from what I can see from the Google Docs API, the content seems to be returned as a flat list. Is there ...
gust's user avatar
  • 965
0 votes
4 answers
562 views

I am trying to read the contents of a Google Docs file by using the JavaScript googleapis API. The file exists and I can send the request, but I get a 404 error when reading the contents. To reproduce:...
Giulio Meneghin's user avatar

15 30 50 per page
1
2 3 4 5
106