How to read a public Google Doc using the Google Doc API?
I am attempting to read a Google doc using the Google docs API. However, for public Google docs files I don’t have access to the Document ID, and cannot acquire said ID from the author. In particular I am attempting to read this document https://docs.google.com/document/u/0/d/e/2PACX-1vRMx5YQlZNa3ra8dYYxmv-QIQ3YJe8tbI3kqcuC7lQiZm-CSEznKfN_HYNSpoXcZIV3Y_O3YoUB1ecq/pub?pli=1 . Is there a way for me to read this file using Google docs API, or should I look into a different method such as Beautiful Soup?