Hi all, I’m trying to create an automation where I watch a folder in Google Drive for any new files. In my case, it’s going to be doc.
I want be able to read the content of the file and have OpenAI summarize it.
However, I try to pass the Web_View_link and OpenAI doesn’t accept it.
When I try to download it, the data is in binary format.
What I thought would be a simple automation has become frustrating.
How can I read the data from a file in my google drive and pass that to OpenAI?
Or is there a better way for me to get a file uploaded to my Google drive and have OpenAI summarize it?
Any help would be greatly appreciated. thank you in advance!