# Passing Video files to Youtube

**URL:** https://community.glideapps.com/t/passing-video-files-to-youtube/75608
**Category:** Ask for Help
**Created:** [August 12, 2024, 7:57pm UTC](https://community.glideapps.com/t/passing-video-files-to-youtube/75608 "2024-08-12T19:57:30Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![barneylodge](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/barneylodge/32/70676_2.png) [@barneylodge](https://community.glideapps.com/u/barneylodge)
#### Post date: [August 12, 2024, 7:57pm UTC](https://community.glideapps.com/t/passing-video-files-to-youtube/75608/1 "2024-08-12T19:57:30Z")

</div>

I would like video files recorded using Glide’s filepicker to be passed over to Youtube (or Vimeo).

I assume Zapier will play a role.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 13, 2024, 12:29am UTC](https://community.glideapps.com/t/passing-video-files-to-youtube/75608/2 "2024-08-13T00:29:26Z")

</div>

Make and Zapier both provide integrations for YouTube. What you would want to do looks like this:

- Assuming you have a form for creating new rows with video files, add a custom action for on-submit action section.
- Go to your Make/Zapier scenario, add a webhook step at the start and copy the webhook link.
- Go back to Glide, in your custom action, add a Trigger Webhook step. Paste the link of the webhook to that step, and configure the column values you need to pass through. You would need at least the video link from Glide, the rowID, and maybe the video title as well.
- Go back to Make/Zapier, add a YouTube step to upload that link to your YouTube account, and finally a step to write the YouTube link back to Glide, using the rowID you passed through as an identifier.

---

<div class="post-metadata">

### Author: ![barneylodge](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/barneylodge/32/70676_2.png) [@barneylodge](https://community.glideapps.com/u/barneylodge)
#### Post date: [August 13, 2024, 5:43am UTC](https://community.glideapps.com/t/passing-video-files-to-youtube/75608/3 "2024-08-13T05:43:35Z")

</div>

Wow…make sense…will try, Thanks (again)

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [August 13, 2024, 6:02am UTC](https://community.glideapps.com/t/passing-video-files-to-youtube/75608/4 "2024-08-13T06:02:05Z")

</div>

@ThinhDinh, is there a limit on the number of videos and the size of files uploaded per day from Youtube if you go this way?

---

<div class="post-metadata">

### Author: ![barneylodge](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/barneylodge/32/70676_2.png) [@barneylodge](https://community.glideapps.com/u/barneylodge)
#### Post date: [August 13, 2024, 7:59am UTC](https://community.glideapps.com/t/passing-video-files-to-youtube/75608/5 "2024-08-13T07:59:49Z")

</div>

I have just checked and there are none as far as I can see that would affect the functionality …but I may be able to overcome any limitations by running with multiple YouTube accounts

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [August 13, 2024, 8:10am UTC](https://community.glideapps.com/t/passing-video-files-to-youtube/75608/6 "2024-08-13T08:10:22Z")

</div>

How do you manage the many YouTube accounts in your form?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 13, 2024, 2:48pm UTC](https://community.glideapps.com/t/passing-video-files-to-youtube/75608/7 "2024-08-13T14:48:23Z")

</div>

> [@Himaladin](#):
>
> is there a limit on the number of videos and the size of files uploaded per day from Youtube if you go this way?

> Projects that enable the YouTube Data API have a default quota allocation of 10,000 units per day, an amount sufficient for the majority of our API users.

> **[YouTube Data API - Quota and Compliance Audits  |  Google for...](https://developers.google.com/youtube/v3/guides/quota_and_compliance_audits)**

Full list of which actions cost how many ops is here.

> **[YouTube Data API (v3) - 할당량 계산기
    |  Google for Developers](https://developers.google.com/youtube/v3/determine_quota_cost?hl=ko)**

Looks like video insert is 1,600, so that caps you at 5 videos per day.

For file size:

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/0/50af9fafb3f010cf4cbc61a492e754f701fd8430.png)

> **[What are the limits for uploading with the API? - Google Developers Help](https://support.google.com/code/answer/92613?hl=en)**
>
> The following limits exist for uploading videos through the Data API: Videos can be no longer than 10 minutes. Videos can be no larger than 100 megabytes. One account can have no more than 1000

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [August 13, 2024, 3:19pm UTC](https://community.glideapps.com/t/passing-video-files-to-youtube/75608/8 "2024-08-13T15:19:11Z")

</div>

It seems similar to a web app, except the file size is 50MB larger. Regarding quota issues, I once submitted a request to YouTube and received permission for more than 100 videos per day. The main problem is that the upload process has to queue and cannot be done in parallel.  
Thanks
