-
Notifications
You must be signed in to change notification settings - Fork 25
Hello,
just playing around with python-frameio-client. Is is possible to upload a folder incl. subfolders from local storage to a frame.io folder_id?
I tried it by using a new asset manually, but I think that's no allowed for folders.
Create a new asset manually
asset = client.assets.create(
parent_asset_id="1234abcd",
name="MyVideo.mp4",
type="file",
filetype="video/mp4",
filesize=os.path.getsize("sample.mp4")
)
thx
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment