Hello everyone,
I’ve created a GPT agent with the initial idea of categorizing my invoices. The process involves taking a photo of an invoice, uploading it in the chat, and having ChatGPT analyze it to extract details like the pre-tax amount, description, etc. This part works well.
However, I also want to automate the workflow by sending the photo to a process that adds the details to an Excel file and stores the photo in a folder on my Google Drive. While adding rows and information works fine, I’m having trouble generating a public downloadable URL for the image. This URL is crucial for my workflow to download the image and place it in my Google Drive folder.
Has anyone managed to find a way to generate a public URL or fetch the image from ChatGPT to then store it in a Google Drive folder? Any advice or solutions would be greatly appreciated!