Closed entbappy closed 2 years ago
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 }
Duplicate of #177, moving discussion there.
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😀👏
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?