hello , can you please help me with how can I read the documents from google drive using nodered agent through openflow ?
It is quite complex to talk to any google service, like google drive. Overall you have 2 ways to “connect” to google drive.
Using an API key or service credentials, this requires you to add that credential to the files you want to access.
Or you can request a token on behalf of a user who has access to the files, this require an Web page/flow that prompts the user to authorize your code to get access.
I created an Request
node under the google category that supports all of that, but is going to be quite time consuming to create a forum post of video demonstration step by step how to use if to talk to any google service.
That is a good idea, i will definitely put that on the backlog of something to do, but I don’t have time for that right now.
hello, how can I extract text from that pdf file I read ? so that I could pass it to my llm service ?