How upload url file to google and mark down url file?

Describe the problem/error/question

i use form submission node to upload two pdf file. one file upload to pdf.co (pdfco node) convert to jpg from pdf. pdfco node finished. it will show url array. how upload these url file array to google drive. i need change the name and mark down the name or google drive file url to gemini process.

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.123.4
  • Database (default: SQLite): no
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: win10

my pdf file have 8 page for pdf.co convert to jpg. pdf.co will return 8 url for me.

Hello @tytom2003

I think you need to add a split out node for the URLs, like this.

Then it should work as expected,
also no need for the merge node..

Let me know if this works..

1 Like