POST /feeds/upload/create-session/default/private/full?convert=false HTTP/1.1Host: docs.google.comGData-Version: 3.0Authorization: <your authorization header here>Content-Length: 292Content-Type: application/atom+xmlX-Upload-Content-Type: application/mswordX-Upload-Content-Length: 7654321<?xml version='1.0' encoding='UTF-8'?><entry xmlns="http://www.w3.org/2005/Atom" xmlns:docs="http://schemas.google.com/docs/2007"> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/docs/2007#document"/> <title>MyTitle</title> <docs:writersCanInvite value="false"/></entry>
Content-Range
PUT <unique_upload_uri> HTTP/1.1Host: docs.google.comContent-Length: 100000Content-Type: application/pdfContent-Range: bytes 0-99999/1234567<bytes 0-99999>