We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e498743 commit efdc28bCopy full SHA for efdc28b
docs/quickstart/quickstart.gs
@@ -23,7 +23,7 @@ function printDocTitle() {
23
const documentId = '195j9eDD3ccgjQRttHhJPymLJUCOUjs-jmwTrekvdjFE';
24
try {
25
// Get the document using document id
26
- const doc = Docs.Documents.get(documentId);
+ const doc = Docs.Documents.get({'includeTabsContent': true}, documentId);
27
// Log the title of document.
28
console.log('The title of the doc is: %s', doc.title);
29
} catch (err) {
0 commit comments