python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to set Pageless Google Document via Script?
Recently Google added this cool feature: Pageless Docs.
I would like to activate it on all my documents.
However I cannot find the Property/Method to activate it.
The code should be something like:
...
Jaime Oro
Votes: 0
Answers: 1
Transferring ownership of the file using Google Drive API
I'm creating a spreadsheet file using google drive api, then pass ownership to another email, $automationEmail in this case. This is how I do it:
$permission = $this->insertPermission($service, $fi...
Vaxo Basilidze
Votes: 0
Answers: 2
Is there a way to access the Google Docs Summary from Apps Script?
In March 2022, Google announced autogenerated summaries for some documents, alongside the document outline. I'm wondering if there's a way to access these summaries in gas, e.g. via DocumentApp.
Gregory Marton
Votes: 0
Answers: 1
How to integrate Google Docs editor in Vue web App
My Vue web app has the feature of uploading, editing, and downloading the files, We are using Azure Blob storage to store the files.
Now I want to load the Azure Blob file in Google Docs Editor, so th...
Sudhakar Reddy
Votes: 0
Answers: 0