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.
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.
Make and Zapier both provide integrations for YouTube. What you would want to do looks like this:
Wow…make sense…will try, Thanks (again)
@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?
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
How do you manage the many YouTube accounts in your form?
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.
Full list of which actions cost how many ops is here.
Looks like video insert is 1,600, so that caps you at 5 videos per day.
For file size:
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