hi! I am trying to create an automation with my frame but the account/team won’t appear
it will only show the internal team account but not the main account where all my videos are.
hi! I am trying to create an automation with my frame but the account/team won’t appear
it will only show the internal team account but not the main account where all my videos are.
hi @heyitsbumblebea, the word Team tells me you’re trying to use the Frame.io Legacy version of Zapier here. Is your Main account on the Legacy version or the new V4?
Hi @CharlieAnderson - my main account uses the new V4!
@heyitsbumblebea that explains it. You need to use the new V4 Zapier connector in order to see your account: Frame.io V4 Integrations | Connect Your Apps with Zapier
The Legacy version will not see your V4 account and vice versa. They are completely different APIs and Auth methods.
Just be sure you have connected an Adobe ID to your V4 account beforehand, otherwise you will get a 401 error: Connecting to Adobe authentication | Frame.io V4 Knowledge Center
Gotcha! Thanks @CharlieAnderson! Just another question, would you happen to know what is a similar trigger on Zapier as the one below for the V4 version? I’m trying to create an automation wherein once a file is marked as approved, it can be uploaded to Google Drive. Thanks!
This would be the Metadata Value Updated trigger. You would then take the New Field Value output and when the value is Approved you would then upload it to Google drive via Show File endpoint with media_links.original selected in the “Include Additional Data” to get the source url to be able to upload it remotely.
Hi @CharlieAnderson - hope you are well. Circling back on this, I can’t seem to pull the records on my assets once the metadata or status field has been updated. I tried testing this out with a few assets and none of them showed up on Zapier even though I marked the status of the assets as “approved”.
Is it also possible to create the workflow on Make? I don’t see the Metadata option in Make. Hope you can assist. Thanks!
hi @heyitsbumblebea yes it should also be possible with make, it is the same process (metadata value updated trigger filtered to Status) but since they created that integration themselves, I don’t have much insight into what’s possible or not.
I’ll have someone on my team take a look and get back to you.
Hi @heyitsbumblebea While we look into this further, will you please share your zap that was not working as intended.
This Zap monitors a metadata field, filters for “Approved” records, retrieves file details, and automatically uploads approved files to Google Drive.
Trigger → Detects when a metadata value changes (e.g., status field updated)
Filter → Only continues if the new value is “Approved” (exact match, case-insensitive)
Show File → Retrieves the full file object including its download URL
Action → Uploads that file to Google Drive in a designated folder
App: Frame.io
Trigger: “Metadata Value Updated”
Configuration needed:
Account: Connect your account
Workspace: Select if applicable
This watches for ANY metadata change in that workspace
This feature is available only to enterprise accounts
App: Filter by Zapier
Condition: [field from trigger] = "Approved"
The current setup filters (the new metadata value)
Match type: text is exactly “Approved”
Note: Additional filter parameters may need to be added depending on the complexity of your workspace and project layout.
Note: You will need to run approved trigger in Frame.io! Zapier needs to see the action happen in Frame.io to set the zap up correctly. Test this step!
Result: Only proceed if status changes TO “Approved”
App: Frame.io
Action: “Show File”
Configuration needed:
Account & Workspace: Same as trigger
Project ID: (the specific project)
File ID: *Custom* (the file ID from the trigger step 1)
Include: media_links.original (to get the download URL)
Note: Show File with media_links.original surfaces the download URL. The view URL will not move the file.
Output: File object with original_download_url for Step 4
App: Google Drive
Action: “Upload File”
Configuration needed:
Drive: “My Google Drive”
Folder: the destination folder within Google Drive
File: {["original_download_url"]} (the download URL from Step 3)
Result: File uploaded to the specified folder
Be sure to test your configurations and filters.
Hi @aaronburns - I can’t share the zap yet since it has not gone public and I also don’t have a plan that supports sharing zap links to anyone with a link unfortunately. I do have a photo I attached below of the records it’s pulling and it does not pull the ones with the “approved” status in the new field value portion.
@heyitsbumblebea Hi, have you tried it this way?
Start with your zap open and the trigger selected just like in your still image.
In Frame.io import a new unique asset into your project then change the asset status to Approved. Only do it once.
In Zapier go to the test step, hit find new records. This should identify the most recent events that zapier detected in frame.io. It will present them as letters. We picked a unique asset so that it easy to identify.
You can click on them to see the name like in your screen cap. If the letters are trending towards the end of the alphabet or it seems messy, you can search for the name of the asset in the above search bar.
Find the event for the asset that you just uploaded and you should see Approved as New Field Value. With that record selected test the zap. That record will load your trigger with the event needed to configure your filter.
You will need to keep that event loaded into the trigger step when you are configuring the filter.
Apologies for the delayed response here Aaron. Will try this out and let you know if it worked!