0

I am creating a news aggregator using python and now I need to retrieve the contents of a Google doc document. I googled around only to find info on how to retrieve data from google sheets.

I tried document.get but I couldn't understand

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
DevHyperCoder
  • 895
  • 1
  • 9
  • 22

1 Answers1

0

have you tried following the steps laid out in this documentation https://developers.google.com/docs/api/quickstart/python ?

louis_guitton
  • 5,105
  • 1
  • 31
  • 33