Victor Mendoza

Results 2 issues of Victor Mendoza

Hi, i have an issue when i try to upload videos (500MB as minimum), at begin is uploading correctly, after a while i got an exepcion, it work perfectly when...

support

I'm using the form-based approach to upload videos, i'm gettin the upload link action on this way: ``` def _upload_file_post_form(self, redirect_url, file_name, file_description=""): response = self._service.post( "/me/videos", data={ "name": file_name,...

support