0

我尝试使用 Drive.Files.insert() 在 Google 应用程序脚本中制作超过 50mb 的 csv。(使用 Drve API)错误消息是空响应。我阅读了参考资料,但没有答案。这是代码。

 var optionalArgs = { 
     uploadType: 'resumable',
    }; 
 var resource = {
                     title: fileName,
                     parents: [],
     };
 Drive.Files.insert(resource, blob, optionalArgs);

感谢您阅读我的信息。

4

0 回答 0