• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Retrieve Images from URL in File

I have a Google spreadsheet that has a list of URL's that are for images. I would like to use this list to retrieve the image and save it. I have attached a sample of the file that has a few of the URL's I am trying to retrieve.
Any suggestions on how / if I can do this please?
 

Attachments

  • sample url list.txt
    686 bytes · Views: 169

Fagun Shah

Well-known member
Yes, Google Drive is fine.
Yes, you can do this.

Steps:

1. Use scheduler as trigger. Choose one time schedule option and set it at the end of workflow setup.
2. Use google sheet action called Get Row(s) to pick the rows from sheet. Make sure you turn off simple response toggle to capture the data n array format.
3. Use iterator. From step 2 we have array of URLs which we want to upload to google drive. Iterator basically go through each URL one by one.
4. Add delay module. Delay of 1 min to avoid Gdrive rate limit errors.
5. Google Drive -Upload File action.
6. Make sure you change scheduler time in trigger step in future. 2min in future will work fine.

Let me know if you face any issue, you can connect with me on FB as well - https://www.facebook.com/fagun.shah.7/
 
Yes, you can do this.

Steps:

1. Use scheduler as trigger. Choose one time schedule option and set it at the end of workflow setup.
2. Use google sheet action called Get Row(s) to pick the rows from sheet. Make sure you turn off simple response toggle to capture the data n array format.
3. Use iterator. From step 2 we have array of URLs which we want to upload to google drive. Iterator basically go through each URL one by one.
4. Add delay module. Delay of 1 min to avoid Gdrive rate limit errors.
5. Google Drive -Upload File action.
6. Make sure you change scheduler time in trigger step in future. 2min in future will work fine.

Let me know if you face any issue, you can connect with me on FB as well - https://www.facebook.com/fagun.shah.7/
Thanks so very much!
 
Top