Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 239 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 239 Bytes

GoogleDocs-API

Get title of a document and change document content using Google Docs API.

  1. Add documentId to DOCUMENT_ID.
  2. Add credentials.json data to src/main/resources/credentials.json.
  3. Run with gradle -q run.