Skip to main content
Solved

image fetcher

  • April 13, 2024
  • 4 replies
  • 120 views

thiruppathirajs
Contributor
Forum|alt.badge.img+8

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

Best answer by joepk

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • April 13, 2024

Hi @thiruppathirajs 

 

Do you have the link to do download?

 

 

Thanks in Advance,


thiruppathirajs
Contributor
Forum|alt.badge.img+8

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

joepk
Influencer
Forum|alt.badge.img+20
  • Influencer
  • Best Answer
  • April 15, 2024

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.


thiruppathirajs
Contributor
Forum|alt.badge.img+8

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