I need to use Google Drive public folders to fetch images (for a gallery plugin).
I'm trying to reach the simplest approach possible, without authentication. Until now I found the webViewLink https://googledrive.com/host/FOLDER-ID but it returns an HTML page.
I can setup a script to get images from there, but I'm wondering if I missed an easier system to get XML or JSON data instead.