Can Imagefetcher download the images from a excel thst have google drive image link
Hi
Do you have the link to do download?
Thanks in Advance,
Hi
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 |
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.
Thanks