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
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
have you tried following the steps laid out in this documentation https://developers.google.com/docs/api/quickstart/python ?