我正在尝试为我的 android 应用程序创建空文件夹..
File body = new File();
body.setTitle("title");
java.io.File fileContent = new java.io.File("title");
FileContent mediaContent = new FileContent("application/vnd.google-apps.folder", fileContent);
File file = service.files().insert(body, mediaContent).execute();
这似乎不起作用......
获取异常:
java.io.FileNotFoundException:/title open failed ENOENT(没有这样的文件或目录)
引起:libcore.io.ErrnoException:打开失败:ENOENT(没有这样的文件或目录)