Solved

image fetcher

  • 13 April 2024
  • 4 replies
  • 53 views

Badge +1

Can Imagefetcher download the images from a excel thst have google drive image link

icon

Best answer by joepk 15 April 2024, 13:01

View original

4 replies

Userlevel 5
Badge +30

Hi @thiruppathirajs 

 

Do you have the link to do download?

 

 

Thanks in Advance,

Badge +1

Hi @danilo_fme  
here i mentioned that link  in excel, can i download the images via Imagefetcher and rename with that id

CMW4732 https://drive.google.com/open?id=1DNy-HeSqA_COkrMysBeoBOCqGBsSqeh4
Userlevel 4
Badge +17

Hi, you can use the GoogleDriveConnector to download images from your Google Drive.

You need to get the Object ID from the link you provided, it is the part after “id1=”, so in your case it is “1DNy-HeSqA_COkrMysBeoBOCqGBsSqeh4”
You can extract this ID from your link using a StringSearcher and search for RegEx “(?<=id=).+”

Then use the output attribute in the GoogleDriveConnector Object ID field, log into your Google Drive and set the Action to ‘Download’ 

If you have any more questions, let me know.

Badge +1

Thanks @joepk  for your guidance, I will get back to you after i execute it  👍

Reply