https://developers.google.com/google-apps/documents-list/v2/developers_guide_protocolで、メタデータのみのファイルを挿入するために必要な API 呼び出しを見つけることができますが、これは v2 です。v3 の同等のページには、同等の情報が表示されません。
これがv2からv3に変わったのか、それとも同じフォーマットなのか、誰にも分かりますか?
POST /feeds/folders/private/full/folder%3Afolder_id HTTP/1.1
Host: docs.google.com
Authorization: <your authorization header here>
Content-Length: 292
Content-Type: application/atom+xml
<?xml version='1.0' encoding='UTF-8'?>
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom">
<atom:category scheme="http://schemas.google.com/g/2005#kind"
term="http://schemas.google.com/docs/2007#presentation" label="presentation"/>
<atom:title>new preso</atom:title>
</atom:entry>