Can Imagefetcher download the images from a excel thst have google drive image link
Solved
image fetcher
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.
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.



