Host image in google drive and put the link in Sheet

Describe the problem/error/question

Hey!
I have some images in a google drive folder, and I want to have the link of those images, in a gSheet.
My guess would be to use the Gdrive and Gsheet nodes, but not sure about if that is possible.
Any help please? :slight_smile:

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

@WyvernNE , yes, it is possible and you are right. To get the links, you need to have the following Google Drive node configuration:

  • Resource: File/Folder
  • Operation: Search
  • Filter: Folder: “folder name”

As a result, you will get the id of the resources as well as their names. The link to the resource (image file) would need to be composed as https://drive.google.com/file/d/<id>/.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.