Re: Multipart Upload

2014-05-29 Thread Andrew Phillips
Hi Josh The Question is, does the MultipartForm class still works and where is the mistake? Thanks for the details on what you're looking to achieve. What is going wrong? Could you post an error or the (incorrectly?) generated request to a Gist or Pastie, or otherwise describe what is hap

Multipart Upload

2014-05-28 Thread Joshua Braun
Hi, i want to implement an multipart upload for Google Drive to do something like this [1]: POST /upload/drive/v2/files?uploadType=multipart HTTP/1.1 Host: www.googleapis.com Authorization: Bearer your_auth_token Content-Type: multipart/related; boundary="foo_bar_baz" Cont