You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uploading remote videos without downloading could work as follows:
a custom 'type' on the asset_pivot table called 'videos'
the video gets a custom property with the type of video link i.e. youtube, vimeo, etc,
a second custom property filename will be the actual link to the resource
a custom flow will need to be worked out to get the remote urls as we need to get it from the custom properties instead of building the url from the name/id from the media table
The text was updated successfully, but these errors were encountered:
uploading remote videos without downloading could work as follows:
The text was updated successfully, but these errors were encountered: