Skip to content

buseodaci/GoogleDocs-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.