We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Is this format correct? If not, what should it be?
The text was updated successfully, but these errors were encountered: