vimeo / vimeo.py

Official Python library for the Vimeo API.
https://developer.vimeo.com
Apache License 2.0
209 stars 84 forks source link

Create project folder #153

Closed ammarax closed 4 years ago

ammarax commented 4 years ago

There is a method to create a project folder? i'm not understanding how to call the api https://developer.vimeo.com/api/reference/folders#create_project

ammarax commented 4 years ago

Yes is possible, you must go in that page, press the button try out, get yout user id and sent the request as belove


project = v.post(
    'https://api.vimeo.com/users/{user_id}/projects',
    data={
        'name':"FOLDER TEST"
    })