[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples/Code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Samples
This section presents a set of sample applications and utilities that
demonstrate how to translate an intended Docs action into an API request.
Output document contents as JSON: Outputs a JSON dump of the complete contents of a document—this can help you understand the structure of Google Docs
files or troubleshoot issues.
Extract the text from a Document: Extracts only the text from a document—this is especially useful for passing the text to another service.
Mail merge: Mail merge documents from a template with data from a Google Sheet or plain text.