Open anilgs opened 12 years ago
Google Docs API requires you to honour 308 response code which stands for "Resume Incomplete" which is an interim state during a large file upload.
However, Mechanize treats it as a Redirect and proceeds. This must instead be treated as HTTPSuccess object class.
Google Docs API requires you to honour 308 response code which stands for "Resume Incomplete" which is an interim state during a large file upload.
However, Mechanize treats it as a Redirect and proceeds. This must instead be treated as HTTPSuccess object class.