Automatically Import Videos from Google Drive using Zapier

Using Zapier, you can create a very simple action in two minutes to automatically upload your Google Drive videos to DynTube.

Step 1: Select Folder in Google Drive (Zapier Trigger)

There are two main steps. The first one is to select a folder in Google Drive as a trigger. Whenever a file gets added to this particular folder, it will automatically be posted to DynTube. The second step is to add an action to POST an HTML Form to DynTube. You can follow the steps below to get started:

Choose Google Drive in "app & event" & click continue.

Choose your Google account.

Setup a trigger by selecting a folder. Any files uploaded to this folder will be uploaded to DynTube automatically.

Step 2: Post File to DynTube (Zapier Action)

Create an action to POST files to DynTube. Basically, you need a HTML Form post to https://upload.dyntube.com/v1/videos.

Choose "Webhooks by Zapier" as your app. "Action Event" should be POST.

Setup an action by adding this url "https://upload.dyntube.com/v1/videos" (without quotes). Payload Type should be Form.

For authentication, you can add an “Authorization” header. The value of the header should be “Bearer TOKEN” (the word “Bearer” and your API token separated by space). You can find your API token here.

The last step is to turn on your Zap.

Last updated