leocrawford / picasawebsync

Sync local directories with picasaweb
MIT License
59 stars 16 forks source link

Video upload issue #14

Closed andersruberg closed 11 years ago

andersruberg commented 11 years ago

As mentioned here: https://github.com/jackpal/picasawebuploader/issues/3

Max video upload size should be 1GB (https://support.google.com/picasa/answer/43879) instead of 104857600 bytes

Trying to upload a bigger file results in Unexpected error -- [Errno 32] Broken pipe

leocrawford commented 11 years ago

Last commit should fix this. Let me know if there are further problems.

andersruberg commented 11 years ago

Thanks for the fix. Unfortunatley I get this error. Request Entity Too Large', 'Video file size exceeds 104857600' but I guess that is due to Picasa limitation.

gowthamgts commented 9 years ago

I'm getting the same error now ([Errno 32] Broken pipe). @andersruberg How did you solved it?