How to filter on Zoom recordings >100 MB? – How To


Hello, I need to watch for new Zoom recordings and download them to Google Drive if >100MB. I have everything but the filter working and can’t figure out how to do this part.

I did a quick test Zoom recording for a few minutes and the size of that recording that I’m able to see in my Make scenario is 2805320. I could use some help understanding how to setup my filter. Thank you.

Hi Donovan,

I think how you would do this is as seen here:

  • You would just have map the value from the output of your Zoom module file size (If there is one) where it says “File Size” and then make sure the filter is “Less than”, then input 100mb

Hopefully this works!

image

If you dont know how to create a filter then you click on the wrench icon inbetween 2 modules and click “Set up filter”

image

Thank you! I was thrown off because I didn’t think simply adding mb after 100 would do the trick. I was overthinking it I guess. I’ll give this a go.

I’m unsure if this will work, you may just need to put 100 without the mb. Have you got a screenshot of the results you get from your zoom module?

and when i post that to slack for a test i see this…

I think the Total Size that Zoom is sending is actually for the video file and the audio file combined. I just want to be sure the video is >100mb.

Have you got a screesnhot of your entire scenario or could you download and attach the blueprint? Im a bit confused on how your scenario is laid out, Thanks!

Yes, thanks for your help. Blueprint attached.

Integration Zoom blueprint.json (7.7 KB)

Okay so I’m thinking that the number you are getting (2805320 is in bytes not mb) , so the filter needs to say this instead “104857600” in the filter (roughly 100 mb in bytes). This should hopefully only download files greater than 100mb

Let me know if this solves what you are after (hopefully I have understood you correctly!)

aha. yeah, i think that makes sense. i will give it a go. thanks again. i appreciate the assist.



1 Like

No worris, let me know if that does what you need :slight_smile:

Looks like your solution worked.



1 Like

Great! Glad to hear it :slight_smile:

If possible you can mark my comment as a “Solution” so people in the future can see the answer at the top of this feed

Yup, already did that earlier!



1 Like



Source link

Leave a Comment