Is there not a way to be able to analyze / read google slides files that are in a Drive folder? Even somehow converting them to a pdf for easy analysis would be great?
Also, should the Drive File Reader be able to read different files? Does it not work for reading docs, sheets, etc? I figured this node would handle that routing. It seems right now I have to download everything so it saves as a .pdf, .docx, or .xlsx, and then use the generic File Reader node with the Drive Folder Reader.
Hey @jclegg! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={your_run_id}&workbook_id={workbook_id}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
Currently you can’t analyze Google Slide files directly, you’d need to convert them into PDF (outside of Gumloop) and then you can read/analyze the PDF file. That said, we do plan on adding a Google Slide integration.
We recently removed file reading capabilities from the Drive Folder & File reader nodes, this was done to make the nodes faster and handle any type of file object. Right now these node output the file object which you can connect to an appropriate file operation node.
Makes sense, I guess the complexity comes from my desire to read different file types (Slides, Docs, and Sheets), so the above wouldn’t work unless I separated files.
When do you plan on adding a slides integration? Is that on a soon roadmap or a backlog?