Hi,
The readme at GitHub - Frameio/python-frameio-client: Python SDK for interacting with the Frame.io API. suggests using client.assets.create() to create a video/mp4 asset, then using client.assets.upload() to upload an mp4 to that asset.
I’m just using client.assets.upload(parent_asset_id, file_path) and it seems to be working. The example script ‘upload_asset.py’ does this too.
Is what I’m doing ok, or should I be creating the the asset first, then upload into it?
Thanks,
Kenny.