Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create subfolder/nasted-folder inside parent folder with Vimeo API using python? #178

Closed
entbappy opened this issue Jan 26, 2022 · 3 comments

Comments

@entbappy
Copy link

I am trying vimeo API using python. I succeeded in creating and listing vimeo folder with vimeo API in just root location.

However, I cannot find how to create subfolders inside a parent folder in this API. I have read official documents but I could not find any related APIs. How to create subfolders/nasted folders in parent folders in vimeo using python?

WhatsApp Image 2022-01-26 at 8 32 43 PM

@aaronm67
Copy link

aaronm67 commented Jan 26, 2022

You can use a "parent_folder_uri" parameter on /me/projects.

So

POST /me/projects' data = { parent_folder_uri = '/users/12345/projects/6789', 'name' = 'NLP', etc }

@aaronm67
Copy link

Duplicate of #177, moving discussion there.

@entbappy
Copy link
Author

You can use a "parent_folder_uri" parameter on /me/projects.

So

POST /me/projects' data = { parent_folder_uri = '/users/12345/projects/6789', 'name' = 'NLP', etc }

Thank you so much ,, It worked😀👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants