【发布时间】:2015-02-18 02:28:55
【问题描述】:
如何将此文档添加到父文件夹?以下不起作用。
drive.files.insert({
convert: true,
parents: [
{
"id":parentId
}
],
resource: {
title: title,
mimeType: 'text/csv',
},
media: {
mimeType: 'text/csv',
body: body,
}
}, function(){
console.log(arguments)
})
【问题讨论】:
标签: javascript node.js google-api-nodejs-client