Everything I see about Google Drive authentication requires some crazy OAuth monstrosity, but I actually do not need to authenticate to see a public (shared) folder, only the Application ClientID/Secret thing to use the API in the first place.
So, given a Google Drive URL of a publicly shared folder with publicly shared files inside, how do I enter that into the API so I can simply list the files?