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?
@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>/.