vimeo.py icon indicating copy to clipboard operation
vimeo.py copied to clipboard

what is the proper format for uploading a video with a password?

Open iamdamosuzuki opened this issue 4 years ago • 0 comments

Using the following format I'm able to set the privacy to password, but the password is left blank or non-functioning in some way:

video_uri = v.upload(file_path,data={'name': 'the name', 'description': 'full description', 'privacy': 'password', 'password': 'test#password' })

Is this format correct? If not, what should it be?

iamdamosuzuki avatar Dec 12 '21 02:12 iamdamosuzuki