How do I use the Google drive API to download a publicly accessible file? I can see the file and download it from an incognito tab.
But the GDrive API seems to always need authorization. That makes it hard to download programmatically in a public demo.
This file, for example. I've removed the flag for the security update. https://drive.google.com/file/d/0ByZjGXodIlspWmpBcUhvenVQa1k/view?resourcekey=0-0EDZ0S61PjdzFLa6nWo3yw
I can download this file without authorization from an incognito Chrome tab. How does a python program do it?
Thanks.
-- Malcolm