Download Videos from a Google Sheet to Google Drive or Dropbox

I’m sort of a newbie and hope this is easy. I need to take a Google Sheet full of URL’s of videos from Instagram and download those videos to either a dropbox or Google Drive. Is this possible in make.com?

Welcome to the Make community!

Yes, this is possible, but can be possibly complex to build.

The hard part: You’ll need an external API that can fetch the direct link of the videos from the Instagram posts. This is best put in a separate scenario that you call from your main scenario.

Main scenario does this:

Here are some Instagram scrapers you can use: https://rapidapi.com/search/instagram

You’ll need to see which one suits your requirements.

2 Likes