Skip to content

Navigation Menu

Sign in
Sign up

Upload a Folder incl. Subfolders from local storage #88

Unanswered
SiDu1860 asked this question in Q&A
Discussion options

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

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /