We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17d2c9 commit f63c501Copy full SHA for f63c501
README.md
@@ -25,6 +25,12 @@ Python samples for [G Suite API](https://developers.google.com/gsuite/) docs.
25
### Docs
26
27
- [Quickstart](https://developers.google.com/docs/api/quickstart/python)
28
+- [Output Doc as JSON](https://developers.google.com/docs/api/samples/output-json):
29
+Dump the contents of a Google Doc as formatted JSON
30
+- [Extract text](https://developers.google.com/docs/api/samples/extract-text):
31
+Extract only the text of a Google Doc
32
+- [Mail merge](https://developers.google.com/docs/api/samples/mail-merge):
33
+Perform mail merges from plain text or Google Sheets data sources
34
35
### Drive V3
36
0 commit comments